Browse Source

Update package description and enabled Open Is Safe for .pixi files

CPKreuz 4 years ago
parent
commit
77dc77a1bb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PixiEditor.MSIX/Package.appxmanifest

+ 2 - 1
PixiEditor.MSIX/Package.appxmanifest

@@ -32,7 +32,7 @@
       EntryPoint="$targetentrypoint$">
       <uap:VisualElements
         DisplayName="PixiEditor"
-        Description="PixiEditor is a Pixel art editing software. Create beautiful sprites for your games, animations (coming soon!) and edit images. All packed in eye-friendly dark theme."
+        Description="PixiEditor is pixel-art editing software. Create beautiful sprites for your games, animations (coming soon!), and edit images. All packed in an eye-friendly dark theme."
         BackgroundColor="transparent"
         Square150x150Logo="Images\Square150x150Logo.png"
         Square44x44Logo="Images\Square44x44Logo.png">
@@ -53,6 +53,7 @@
             </uap:SupportedFileTypes>
             <uap:DisplayName>PixiEditor</uap:DisplayName>
             <uap:InfoTip>A file used to save art made in PixiEditor</uap:InfoTip>
+            <uap:EditFlags OpenIsSafe="true"/>
           </uap:FileTypeAssociation>
         </uap:Extension>
       </Extensions>