Skip to content

Commit

Permalink
WinStore: fix bundle platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Jan 31, 2024
1 parent 02a8510 commit fa199f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mzinga.Viewer.WinStore/Mzinga.Viewer.WinStore.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64|ARM64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<EntryPointProjectUniqueName>..\Mzinga.Viewer\Mzinga.Viewer.csproj</EntryPointProjectUniqueName>
Expand Down

0 comments on commit fa199f0

Please sign in to comment.