From 321053c6358baf94d19ad693def992b8e467211d Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Tue, 24 Oct 2017 19:53:42 +0300 Subject: [PATCH] Add WiX Toolset 3.11 (#1782) * Add WiX Toolset * wixtoolset: add auto update --- wixtoolset.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 wixtoolset.json diff --git a/wixtoolset.json b/wixtoolset.json new file mode 100644 index 0000000000..57a2987e37 --- /dev/null +++ b/wixtoolset.json @@ -0,0 +1,32 @@ +{ + "homepage": "http://wixtoolset.org/", + "license": "https://github.com/wixtoolset/wix3/blob/develop/LICENSE.TXT", + "version": "3.11", + "url": "https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311-binaries.zip", + "hash": "da034c489bd1dd6d8e1623675bf5e899f32d74d6d8312f8dd125a084543193de", + "bin": [ + "candle.exe", + "dark.exe", + "heat.exe", + "insignia.exe", + "light.exe", + "lit.exe", + "lux.exe", + "melt.exe", + "nit.exe", + "pyro.exe", + "retina.exe", + "shine.exe", + "smoke.exe", + "ThmViewer.exe", + "torch.exe", + "WixCop.exe" + ], + "checkver": { + "url": "http://wixtoolset.org/releases/", + "re": "releases/v([\\d.]+)/stable" + }, + "autoupdate": { + "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$cleanVersion-binaries.zip" + } +}