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 e64dc7c commit a13095c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Build MSI for Windows
run: |
dotnet tool install --global wix --version 5.0.2
cd build-msi
wix extension list
dotnet add package WixToolset.UI.wixext --version 5.0.2
dotnet add package WixToolset.Util.wixext --version 5.0.2
cd build-msi
wix extension add WixToolset.UI.wixext
wix extension add WixToolset.Util.wixext
wix build Package.wxs WixUI_OwnSetup.wxs -loc Package.en-us.wxl -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext -o ideasy.msi
Expand Down

0 comments on commit a13095c

Please sign in to comment.