Skip to content

Commit

Permalink
Provide K7 style execution aliases (K7.exe, K7C.exe, and K7G.exe) for…
Browse files Browse the repository at this point in the history
… simplifying the command line user experience and providing the same command names in work-in-progress NanaZip for POSIX a.k.a. AptxZip.
  • Loading branch information
MouriNaruto committed Feb 7, 2025
1 parent 557d084 commit 16b2023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NanaZipPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap3:AppExecutionAlias>
<desktop:ExecutionAlias Alias="NanaZipC.exe" />
<desktop:ExecutionAlias Alias="K7C.exe" />
<desktop:ExecutionAlias Alias="7z.exe" uap8:AllowOverride="true"/>
</uap3:AppExecutionAlias>
</uap3:Extension>
Expand All @@ -174,6 +175,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap3:AppExecutionAlias>
<desktop:ExecutionAlias Alias="NanaZipG.exe" />
<desktop:ExecutionAlias Alias="K7G.exe" />
<desktop:ExecutionAlias Alias="7zG.exe" uap8:AllowOverride="true"/>
</uap3:AppExecutionAlias>
</uap3:Extension>
Expand Down Expand Up @@ -208,6 +210,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap3:AppExecutionAlias>
<desktop:ExecutionAlias Alias="NanaZip.exe" />
<desktop:ExecutionAlias Alias="K7.exe" />
<desktop:ExecutionAlias Alias="7zFM.exe" uap8:AllowOverride="true"/>
</uap3:AppExecutionAlias>
</uap3:Extension>
Expand Down

0 comments on commit 16b2023

Please sign in to comment.