Fixed Certification and img issues

Generated a new Certificate, as well as fixed the issue (img size, pixels) on Wide310x150Logo. Also fixed another img issue that was not added to the payload properly, StoreLogo.
This commit is contained in:
b33tlejuice 2018-04-21 02:08:49 -05:00
parent 1f73d78cc8
commit 6fe4d29723
5 changed files with 14 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

View File

@ -153,7 +153,12 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<PackageCertificateKeyFile>UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>PPSSPP_UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<AppxBundle>Never</AppxBundle>
<AppxPackageDir>C:\Users\b33tlejuice\Documents\PPSSPP Builds\</AppxPackageDir>
<PackageCertificateThumbprint>B57919568D3F60B8D25EC6856DE94173682C548C</PackageCertificateThumbprint>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<Link>
@ -345,6 +350,9 @@ copy AssetsGold\*.* Assets /Y
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Image Include="AssetsGold\StoreLogo.scale-100.png">
<DeploymentContent>true</DeploymentContent>
</Image>
<Image Include="Assets\LockScreenLogo.scale-200.png">
<DeploymentContent>true</DeploymentContent>
</Image>
@ -453,6 +461,7 @@ copy AssetsGold\*.* Assets /Y
<None Include="Content\ui_atlas_lowmem.zim">
<DeploymentContent>true</DeploymentContent>
</None>
<None Include="PPSSPP_UWP_TemporaryKey.pfx" />
<None Include="UWP_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>

View File

@ -85,6 +85,9 @@
<Image Include="Content\ui_atlas.zim">
<Filter>Content</Filter>
</Image>
<Image Include="AssetsGold\StoreLogo.scale-100.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
@ -106,6 +109,7 @@
<None Include="Content\ui_atlas_lowmem.zim">
<Filter>Content</Filter>
</None>
<None Include="PPSSPP_UWP_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Text Include="Content\gamecontrollerdb.txt">