Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Update AppxManifest.xml.1
Browse files Browse the repository at this point in the history
For #21
  • Loading branch information
jakevis committed Nov 28, 2018
1 parent 888951b commit d300cca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NightRise.NotepadWrapped/PackageFiles/AppxManifest.xml.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
<Application Id="NotepadWrapped" Executable="notepad++.exe" EntryPoint="Windows.FullTrustApplication">
<Extensions>
<uap:Extension Category="windows.fileTypeAssociation">
<uap3:FileTypeAssociation Name="notepad">
<uap:SupportedFileTypes>
<uap3:FileTypeAssociation Name="notepad++" MultiSelectModel="Player">
<uap2:SupportedVerbs>
<uap3:Verb Id="Notepad++" MultiSelectModel="Player">Notepad++</uap3:Verb>
</uap2:SupportedVerbs>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.log</uap:FileType>
<uap:FileType>.ini</uap:FileType>
Expand Down Expand Up @@ -115,9 +118,6 @@
<uap:FileType>.ps1</uap:FileType>
<uap:FileType>.cfg</uap:FileType>
</uap:SupportedFileTypes>
<uap2:SupportedVerbs>
<uap3:Verb Id="Edit" Parameters="-l" >Edit</uap3:Verb>
</uap2:SupportedVerbs>
</uap3:FileTypeAssociation>
</uap:Extension>
<uap3:Extension
Expand Down

0 comments on commit d300cca

Please sign in to comment.