Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
创建新的测试证书,避免测试证书过期的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed Apr 20, 2020
1 parent 35b26e1 commit 333f9c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PixivFSUWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<Identity
Name="31db69de-89d1-4fa9-9878-fcd942f090ca"
Publisher="CN=Tobii"
Publisher="CN=Testers"
Version="2.6.5.0" />

<mp:PhoneIdentity PhoneProductId="31db69de-89d1-4fa9-9878-fcd942f090ca" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>Pixiv UWP</DisplayName>
<PublisherDisplayName>Tobii</PublisherDisplayName>
<PublisherDisplayName>Testers</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Expand Down
2 changes: 2 additions & 0 deletions PixivFSUWP/PixivFSUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<PackageCertificateThumbprint>AF95DAD1A8E36ADEF33341C5ECC5BCF700A348B7</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file modified PixivFSUWP/PixivFSUWP_TemporaryKey.pfx
Binary file not shown.

0 comments on commit 333f9c0

Please sign in to comment.