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 26d7f9b commit 51484a3
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 @@ -32,8 +32,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 --version 5.0.2
wix extension add WixToolset.Util.wixext --version 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 51484a3

Please sign in to comment.