From cc76f32bd61136a8c634d6f74c3186c4f3563dc3 Mon Sep 17 00:00:00 2001 From: "@skat" <1840449+iamsilvio@users.noreply.github.com> Date: Sat, 23 May 2020 17:22:13 +0200 Subject: [PATCH] fix: WixToolPath not added to env Variables (#1107) --- bucket/wixtoolset.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/wixtoolset.json b/bucket/wixtoolset.json index c521813791..0612c62c84 100644 --- a/bucket/wixtoolset.json +++ b/bucket/wixtoolset.json @@ -5,6 +5,9 @@ "version": "3.11.2", "url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip", "hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e", + "env_set": { + "WixToolPath": "$dir" + }, "bin": [ "candle.exe", "dark.exe",