Skip to content

Commit

Permalink
Update msi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex authored Feb 19, 2025
1 parent a909d13 commit de53a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
dotnet tool install --global wix --version 5.0.2
cd build-msi
wix extension add WixToolset.UI.wixext
wix extension add WixToolset.Util.wixext
wix extension add WixToolset.UI.wixext -v 5.0.2
wix extension add WixToolset.Util.wixext -v 5.0.2
wix build Package.wxs WixUI_OwnSetup.wxs -loc Package.en-us.wxl -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -o ideasy.msi
dir
cd ..
Expand Down

0 comments on commit de53a60

Please sign in to comment.