Skip to content

Commit 2642767

Browse files
committed
Allow building of AppInstaller file
1 parent dd9ed74 commit 2642767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FluentStore.App/FluentStore.App.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
1919
<GenerateTemporaryStoreCertificate>False</GenerateTemporaryStoreCertificate>
2020
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
21-
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
21+
<AppxPackageSigningTimestampDigestAlgorithm>SHA384</AppxPackageSigningTimestampDigestAlgorithm>
2222
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
2323
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
2424
<GenerateTestArtifacts>False</GenerateTestArtifacts>
25-
<AppxBundle>Always</AppxBundle>
25+
<AppxBundle>Never</AppxBundle>
2626
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
2727
<HoursBetweenUpdateChecks>48</HoursBetweenUpdateChecks>
2828
<AppInstallerUri>http://josh.askharoun.com/FluentStore/FluentStoreBeta.appinstaller</AppInstallerUri>

0 commit comments

Comments
 (0)