Install wix extension globally
This commit is contained in:
parent
0165ecd6f0
commit
6db66b1488
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yaml
vendored
4
.github/workflows/windows.yaml
vendored
|
@ -93,8 +93,8 @@ jobs:
|
||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v2
|
||||||
- name: Install WiX
|
- name: Install WiX
|
||||||
run: |
|
run: |
|
||||||
dotnet tool install --global wix
|
dotnet tool install --global wix --version 5.0.2
|
||||||
wix extension add WixToolset.UI.wixext/5.0.2
|
wix extension add -g WixToolset.UI.wixext/5.0.2
|
||||||
- name: Copy wix file to dist
|
- name: Copy wix file to dist
|
||||||
run: |
|
run: |
|
||||||
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs
|
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs
|
||||||
|
|
Loading…
Add table
Reference in a new issue