Don't include all platforms in UWP app bundles

- This lengthens the build time
This commit is contained in:
Jesse Talavera-Greenberg 2023-06-17 23:11:01 -04:00 committed by LibretroAdmin
parent 79e64ac2c1
commit 4d9bfda65c

View File

@ -103,7 +103,6 @@
<PropertyGroup>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxBundle>Always</AppxBundle>