Added UI extension to wix call
This commit is contained in:
parent
3fab9c0402
commit
66b4f5de95
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
||||||
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
|
||||||
- name: Build WiX on Windows
|
- name: Build WiX on Windows
|
||||||
run: wix build .\syng.wxs
|
run: wix build -ext WixToolset.UI.wixext .\syng.wxs
|
||||||
working-directory: ./work/install/dist
|
working-directory: ./work/install/dist
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue