Skip to content

Commit

Permalink
准备发布到 Microsoft Store
Browse files Browse the repository at this point in the history
  • Loading branch information
Baka632 committed Sep 28, 2024
1 parent 4893786 commit 1195650
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion src/MonsterSiren.Uwp/MonsterSiren.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<PackageCertificateThumbprint>70211FC3C97E403131B9A07F4D5F11FB3C59A2A4</PackageCertificateThumbprint>
<PackageCertificateThumbprint>DDB65A16ADD7329008B9ACC55F0B4C6AF71848B5</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>arm</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<PackageCertificateKeyFile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -291,6 +293,7 @@
<Content Include="Assets\Wide310x150Logo.scale-125.png" />
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" />
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\SplashScreen.scale-200.png" />
Expand Down
8 changes: 4 additions & 4 deletions src/MonsterSiren.Uwp/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
IgnorableNamespaces="uap mp uap3">

<Identity
Name="Baka632.MonsterSiren.Uwp"
Publisher="CN=Baka632"
Version="1.1.2.35" />
Name="Baka632.SoraRecords"
Publisher="CN=4D5AE839-7BCA-4089-9852-FAFCD5A737D1"
Version="1.2.0.0" />

<mp:PhoneIdentity PhoneProductId="c4f5a7b1-db02-4855-b1bd-304559dec527" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<mp:PhoneIdentity PhoneProductId="96af26cb-8e86-4824-b261-e6e87cc59d59" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>ms-resource:AppDisplayName</DisplayName>
Expand Down

0 comments on commit 1195650

Please sign in to comment.