You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens here I suppose is that GitHub Actions contain WiX 3 and it is used despite WiX 5 being installed.
I think it is better to port script for correct usage of WiX 5 instead.
The text was updated successfully, but these errors were encountered:
build-msi.sh
script first installs WiX 5:yggdrasil-go/contrib/msi/build-msi.sh
Line 19 in 340cedb
Then executes
candle
andlight
:yggdrasil-go/contrib/msi/build-msi.sh
Lines 200 to 201 in 340cedb
The problem is WiX 5 have no
candle
andlight
!They were removed in version 4:
https://wixtoolset.org/docs/fourthree/
What happens here I suppose is that GitHub Actions contain WiX 3 and it is used despite WiX 5 being installed.
I think it is better to port script for correct usage of WiX 5 instead.
The text was updated successfully, but these errors were encountered: