Skip to content

Commit

Permalink
Add install app package details
Browse files Browse the repository at this point in the history
  • Loading branch information
terrycox committed Dec 3, 2021
1 parent 058d901 commit 6bb556d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion StoryBuilder/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="3234e32c-9ca1-4ad4-99bc-6583d2362437"
Publisher="CN=tcox"
Version="1.0.0.0" />
Version="2.0.7.0" />

<Properties>
<DisplayName>StoryBuilder</DisplayName>
Expand Down
10 changes: 10 additions & 0 deletions StoryBuilder/StoryBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
<UseWinUI>true</UseWinUI>
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<PackageCertificateThumbprint>D8BBA30097EB7F07F5585CCB14AA6458B9F8EB7B</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Never</AppxBundle>
<AppInstallerUri>C:\install</AppInstallerUri>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6bb556d

Please sign in to comment.