mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 02:34:19 -05:00
34 lines
2.0 KiB
XML
34 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" IgnorableNamespaces="rescap uap uap3 uap5 desktop6">
|
|
<Identity Name="ohmyposh.cli" Version="28.0.0.0" Publisher="CN=Jan Joris De Dobbeleer, O=Jan Joris De Dobbeleer, L=Diest, C=BE" ProcessorArchitecture="arm64" />
|
|
<Properties>
|
|
<DisplayName>Oh My Posh</DisplayName>
|
|
<PublisherDisplayName>Jan Joris De Dobbeleer</PublisherDisplayName>
|
|
<Description>A prompt theme engine for any shell.</Description>
|
|
<Logo>icons\icon.png</Logo>
|
|
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
|
|
</Properties>
|
|
<Resources>
|
|
<Resource Language="en-us" />
|
|
</Resources>
|
|
<Dependencies>
|
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17134.0" MaxVersionTested="10.0.22631.0" />
|
|
</Dependencies>
|
|
<Capabilities>
|
|
<rescap:Capability Name="runFullTrust" />
|
|
<rescap:Capability Name="unvirtualizedResources" />
|
|
</Capabilities>
|
|
<Applications>
|
|
<Application Id="OhMyPosh" Executable="oh-my-posh.exe" EntryPoint="Windows.FullTrustApplication">
|
|
<uap3:VisualElements DisplayName="Oh My Posh" Description="Oh My Posh CLI" Square150x150Logo="icons\icon.png" Square44x44Logo="icons\44.png" BackgroundColor="#373e5f" AppListEntry="default" VisualGroup="Oh My Posh">
|
|
</uap3:VisualElements>
|
|
<Extensions>
|
|
<uap5:Extension Category="windows.appExecutionAlias">
|
|
<uap5:AppExecutionAlias>
|
|
<uap5:ExecutionAlias Alias="oh-my-posh.exe" />
|
|
</uap5:AppExecutionAlias>
|
|
</uap5:Extension>
|
|
</Extensions>
|
|
</Application>
|
|
</Applications>
|
|
</Package> |