fix: WixToolPath not added to env Variables (#1107)

This commit is contained in:
@skat 2020-05-23 17:22:13 +02:00 committed by GitHub
parent bcd8c55652
commit cc76f32bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@
"version": "3.11.2", "version": "3.11.2",
"url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip", "url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip",
"hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e", "hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e",
"env_set": {
"WixToolPath": "$dir"
},
"bin": [ "bin": [
"candle.exe", "candle.exe",
"dark.exe", "dark.exe",