Skip to content

Commit

Permalink
Update cert
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbai committed Aug 30, 2021
1 parent db759a3 commit 9ac3130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Maple.App/Maple.App.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<TargetPlatformMinVersion>10.0.15063.0</TargetPlatformMinVersion>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<PackageCertificateKeyFile>D:\proj\ytflow\src\YtFlow\YtFlowApp\YtFlowApp\YtFlowApp_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>Maple.App_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
Expand Down Expand Up @@ -375,6 +375,7 @@
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)/Config</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/Config</DestinationFolders>
</CopyFileToFolders>
<None Include="Maple.App_TemporaryKey.pfx" />
<None Include="packages.config" />
<None Include="PropertySheet.props" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Maple.App/Maple.App.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<ItemGroup>
<None Include="PropertySheet.props" />
<None Include="packages.config" />
<None Include="Maple.App_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Page Include="EditPage.xaml" />
Expand Down
4 changes: 2 additions & 2 deletions Maple.App/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
IgnorableNamespaces="uap mp rescap">
<Identity
Name="56263bdbai.Maple"
Publisher="CN=E18F459A-56CA-490C-9E8B-6892A762C635"
Version="0.4.0.0" />
Publisher="CN=bdbai"
Version="0.5.0.0" />
<mp:PhoneIdentity PhoneProductId="b18d4afd-fd70-4477-8391-d605077b7858" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Properties>
<DisplayName>Maple</DisplayName>
Expand Down

0 comments on commit 9ac3130

Please sign in to comment.