Back to Oh My Posh

MSIX Package

packages/msix/README.md

29.27.0629 B
Original Source

MSIX Package

Prerequisites

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.

powershell
./build.ps1 -Architecture x64 -Version "1.3.37"

The package is created at out/install-x64.msix.

Install the package

powershell
Add-AppxPackage -Path ./out/install-x64.msix