Sfoglia il codice sorgente

Added pixiIcon.png and added it to MSIX Package (also changed MSIX version to 0.1.7)

CPKreuz 3 anni fa
parent
commit
4b630795bb

+ 2 - 1
PixiEditor.MSIX/Package.appxmanifest

@@ -9,7 +9,7 @@
   <Identity
     Name="56069PixiEditorOrganizati.PixiEditor"
     Publisher="CN=0AFA75AD-56A3-481D-B5E4-D3C6274DD38A"
-    Version="0.2.0.0" />
+    Version="0.1.7.0" />
 
   <Properties>
     <DisplayName>PixiEditor</DisplayName>
@@ -54,6 +54,7 @@
             <uap:DisplayName>PixiEditor</uap:DisplayName>
             <uap:InfoTip>A file used to save art made in PixiEditor</uap:InfoTip>
             <uap:EditFlags OpenIsSafe="true"/>
+            <uap:Logo>Images/pixiIcon.png</uap:Logo>
           </uap:FileTypeAssociation>
         </uap:Extension>
       </Extensions>

+ 1 - 0
PixiEditor.MSIX/PixiEditor.MSIX.wapproj

@@ -116,6 +116,7 @@
     <Content Include="Images\Wide310x150Logo.scale-150.png" />
     <Content Include="Images\Wide310x150Logo.scale-200.png" />
     <Content Include="Images\Wide310x150Logo.scale-400.png" />
+	  <Content Include="Images\pixiIcon.png" />
   </ItemGroup>
   <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
   <ItemGroup>