mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 02:34:19 -05:00
MSIX Package
Prerequisites
- Windows SDK (provides
makeappx.exeandsigntool.exe)
Build the package
This guide assumes and advises the use of PowerShell as your shell environment for this purpose.
Place the executable to package at ./dist/oh-my-posh.exe, or use -Copy to take it from
the repository's dist folder.
./build.ps1 -Architecture x64 -Version "1.3.37"
The package is created at out/install-x64.msix.
Install the package
Add-AppxPackage -Path ./out/install-x64.msix