Skip to content

Commit

Permalink
Fix wix extension path
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKorla committed Jul 21, 2024
1 parent e83f454 commit b093631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-windows-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dotnet tool install --global wix
wix extension add WixToolset.Ui.wixex

# build the installer
wix build -pdbtype none -arch x64 -d PackageVersion=$VERSION main.wxs -o halloy-installer.msi -ext .\.wix\extensions\WixToolset.Ui.wixext\5.0.1\wixext5\WixToolset.UI.wixext.dll
wix build -pdbtype none -arch x64 -d PackageVersion=$VERSION main.wxs -o halloy-installer.msi -ext ./.wix/extensions/WixToolset.Ui.wixext/5.0.1/wixext5/WixToolset.UI.wixext.dll

0 comments on commit b093631

Please sign in to comment.