fix: use pre-installed wix (#3172)

This commit is contained in:
Jakub Panek 2024-04-17 22:33:01 +02:00 committed by GitHub
parent 38a6961987
commit f0d1fba177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

View File

@ -70,14 +70,12 @@ jobs:
- name: Build
run: cargo build --frozen --profile release-lto
- name: Install WiX
run: nuget install WiX -Version 3.14.1
- name: Crate msi installer
run: |
./WiX.*/tools/candle.exe -arch "x64" -ext WixUIExtension -ext WixUtilExtension \
candle.exe -arch "x64" -ext WixUIExtension -ext WixUtilExtension \
-out "./lapce.wixobj" "extra/windows/wix/lapce.wxs"
./WiX.*/tools/light.exe -ext WixUIExtension -ext WixUtilExtension \
light.exe -ext WixUIExtension -ext WixUtilExtension \
-out "./Lapce-windows.msi" -sice:ICE61 -sice:ICE91 \
"./lapce.wixobj"