mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-03 15:59:38 +00:00
MSIX: don't create start menu entries for the CLI programs
This commit is contained in:
parent
438df0f4f5
commit
ab4caebe3d
@ -47,7 +47,7 @@
|
||||
Executable="mkvtoolnix\mkvtoolnix-gui.exe"
|
||||
EntryPoint="Windows.FullTrustApplication">
|
||||
<uap:VisualElements
|
||||
DisplayName="MKVToolNix GUI"
|
||||
DisplayName="MKVToolNix"
|
||||
Description="Creating and working with Matroska files"
|
||||
BackgroundColor="transparent"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
@ -88,13 +88,14 @@
|
||||
EntryPoint="Windows.FullTrustApplication"
|
||||
desktop4:Subsystem="console"
|
||||
desktop4:SupportsMultipleInstances="true">
|
||||
<uap:VisualElements
|
||||
<uap3:VisualElements
|
||||
AppListEntry="none"
|
||||
DisplayName="MKV Multiplexer"
|
||||
Description="Creating Matroska files"
|
||||
BackgroundColor="transparent"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
Square44x44Logo="Assets\Square44x44Logo.png">
|
||||
</uap:VisualElements>
|
||||
</uap3:VisualElements>
|
||||
<Extensions>
|
||||
<uap5:Extension Category="windows.appExecutionAlias" EntryPoint="Windows.FullTrustApplication" Executable="mkvtoolnix\mkvmerge.exe">
|
||||
<uap5:AppExecutionAlias desktop4:Subsystem="console">
|
||||
@ -109,13 +110,14 @@
|
||||
EntryPoint="Windows.FullTrustApplication"
|
||||
desktop4:Subsystem="console"
|
||||
desktop4:SupportsMultipleInstances="true">
|
||||
<uap:VisualElements
|
||||
<uap3:VisualElements
|
||||
AppListEntry="none"
|
||||
DisplayName="MKV Info Tool"
|
||||
Description="Inspect the structure of Matroska files"
|
||||
BackgroundColor="transparent"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
Square44x44Logo="Assets\Square44x44Logo.png">
|
||||
</uap:VisualElements>
|
||||
</uap3:VisualElements>
|
||||
<Extensions>
|
||||
<uap5:Extension Category="windows.appExecutionAlias" EntryPoint="Windows.FullTrustApplication" Executable="mkvtoolnix\mkvinfo.exe">
|
||||
<uap5:AppExecutionAlias desktop4:Subsystem="console">
|
||||
@ -130,13 +132,14 @@
|
||||
EntryPoint="Windows.FullTrustApplication"
|
||||
desktop4:Subsystem="console"
|
||||
desktop4:SupportsMultipleInstances="true">
|
||||
<uap:VisualElements
|
||||
<uap3:VisualElements
|
||||
AppListEntry="none"
|
||||
DisplayName="MKV Extractor"
|
||||
Description="Extract data from Matroska files"
|
||||
BackgroundColor="transparent"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
Square44x44Logo="Assets\Square44x44Logo.png">
|
||||
</uap:VisualElements>
|
||||
</uap3:VisualElements>
|
||||
<Extensions>
|
||||
<uap5:Extension Category="windows.appExecutionAlias" EntryPoint="Windows.FullTrustApplication" Executable="mkvtoolnix\mkvextract.exe">
|
||||
<uap5:AppExecutionAlias desktop4:Subsystem="console">
|
||||
@ -151,13 +154,14 @@
|
||||
EntryPoint="Windows.FullTrustApplication"
|
||||
desktop4:Subsystem="console"
|
||||
desktop4:SupportsMultipleInstances="true">
|
||||
<uap:VisualElements
|
||||
<uap3:VisualElements
|
||||
AppListEntry="none"
|
||||
DisplayName="MKV Property Editor"
|
||||
Description="Modify elements of Matroska files"
|
||||
BackgroundColor="transparent"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
Square44x44Logo="Assets\Square44x44Logo.png">
|
||||
</uap:VisualElements>
|
||||
</uap3:VisualElements>
|
||||
<Extensions>
|
||||
<uap5:Extension Category="windows.appExecutionAlias" EntryPoint="Windows.FullTrustApplication" Executable="mkvtoolnix\mkvpropedit.exe">
|
||||
<uap5:AppExecutionAlias desktop4:Subsystem="console">
|
||||
@ -172,13 +176,14 @@
|
||||
EntryPoint="Windows.FullTrustApplication"
|
||||
desktop4:Subsystem="console"
|
||||
desktop4:SupportsMultipleInstances="true">
|
||||
<uap:VisualElements
|
||||
<uap3:VisualElements
|
||||
AppListEntry="none"
|
||||
DisplayName="Blu-ray data dumper"
|
||||
Description="Dump data structures from various files on Blu-ray discs"
|
||||
BackgroundColor="transparent"
|
||||
Square150x150Logo="Assets\Square150x150Logo.png"
|
||||
Square44x44Logo="Assets\Square44x44Logo.png">
|
||||
</uap:VisualElements>
|
||||
</uap3:VisualElements>
|
||||
<Extensions>
|
||||
<uap5:Extension Category="windows.appExecutionAlias" EntryPoint="Windows.FullTrustApplication" Executable="mkvtoolnix\tools\bluray_dump.exe">
|
||||
<uap5:AppExecutionAlias desktop4:Subsystem="console">
|
||||
|
Loading…
Reference in New Issue
Block a user