mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-25 19:14:50 -08:00
5ddb2d185c
resolves #5970 |
||
---|---|---|
.. | ||
build.ps1 | ||
icon.ico | ||
oh-my-posh.wxs | ||
README.md |
MSI Package
Prerequisites
Build the package
This guide assumes and advices the use of PowerShell as your shell environment for this purpose.
Set the environment variables
$env:VERSION = "1.3.37"
Build the installer
wix build -arch arm64 -out install-arm64.msi
Install the package
For the current user
install-arm64.msi
For all users
install-arm64.msi ALLUSERS=1