Added UI extension to wix call

This commit is contained in:
Christoph Stahl 2025-02-16 00:14:20 +01:00
parent 3fab9c0402
commit 66b4f5de95

View file

@ -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