Skip to content

Commit

Permalink
Version locking wix 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Mar 9, 2024
1 parent bd99349 commit 9a35e73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
Compress-Archive -Path sticker-convert -DestinationPath sticker-convert-windows-x86_64.zip
dotnet tool install --global wix --version 4.0.4
dotnet add package WixToolset.UI.wixext --version 4.0.4
wix extension add WixToolset.UI.wixext/4.0.4
python .\msicreator\createmsi.py msicreator.json
move *.msi sticker-convert-windows-x86_64.msi
OUT_FILE_NAME: |
Expand Down
6 changes: 4 additions & 2 deletions docs/COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ sudo mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder

# Create msi installer
1. Install [.NET SDK](https://dotnet.microsoft.com/en-us/download/dotnet)
2. Install [Wix](https://wixtoolset.org/docs/intro/): `dotnet tool install --global wix`
3. `wix extension add WixToolset.UI.wixext`
2. Install [Wix](https://wixtoolset.org/docs/intro/):
`dotnet tool install --global wix --version 4.0.4`
3. Install [WixUI dialog library](https://wixtoolset.org/docs/tools/wixext/wixui/):
`wix extension add WixToolset.UI.wixext/4.0.4`
4. `python compile.py`
5. `mv sticker-convert.dist sticker-convert`
6. `python msicreator\createmsi.py msicreator.json`
Expand Down

0 comments on commit 9a35e73

Please sign in to comment.