Skip to content

Commit

Permalink
ci: update to wix 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Apr 5, 2024
1 parent ab867d2 commit 882ef17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
make -C t show-failure-results
- name: Install Wix Toolset v4
run: |
dotnet tool install --global wix --version 4.0.4
dotnet tool install --global wix --version 4.0.5
- name: Install Wix UI Extension
run: |
wix extension add -g WixToolset.UI.wixext
Expand Down
4 changes: 2 additions & 2 deletions contrib/wix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ This directory contains files supporting the build of an MSI
installer for Windows environments.

The MSI is built using the [WiX Toolset](https://wixtoolset.org/)
version 4.0.4.
version 4.0.5.

The WiX Toolset may be installed with the following command:

```
dotnet tool install --global wix --version 4.0.4
dotnet tool install --global wix --version 4.0.5
```

The installer also requires the WixUI extension, which can be
Expand Down

0 comments on commit 882ef17

Please sign in to comment.