Skip to content

Commit

Permalink
[export/uwp] Fix certificate fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy29 committed May 9, 2023
1 parent 0f71630 commit 17fa9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<PackageCertificateKeyFile>giderosgame.Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>0939392C5F40C6B55E2743D2A6643936F6350A12</PackageCertificateThumbprint>
<PackageCertificateThumbprint>AAF52142BA39F006D2FF096D9DB10CA408AAF26A</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
Expand Down

0 comments on commit 17fa9e9

Please sign in to comment.