File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Assets/MixedRealityToolkit/Utilities/BuildAndDeploy Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public static async void StartCommandLineBuild()
163163 switch ( EditorUserBuildSettings . activeBuildTarget )
164164 {
165165 case BuildTarget . WSAPlayer :
166- success = await UwpPlayerBuildTools . BuildPlayer ( new UwpBuildInfo ( true ) { BuildAppx = true } ) ;
166+ success = await UwpPlayerBuildTools . BuildPlayer ( new UwpBuildInfo ( true ) ) ;
167167 break ;
168168 default :
169169 var buildInfo = new BuildInfo ( true ) as IBuildInfo ;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ public class UwpBuildInfo : BuildInfo
99 {
1010 public UwpBuildInfo ( bool isCommandLine = false ) : base ( isCommandLine )
1111 {
12- BuildPlatform = "x86" ;
1312 }
1413
1514 /// <inheritdoc />
You can’t perform that action at this time.
0 commit comments