From 97ac0d1cdba396b1fe4ada5db6ed517d573c59ca Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 23 Feb 2024 19:19:29 +0800 Subject: [PATCH] wix3: Add version 3.14 --- bucket/wixtoolset3.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/wixtoolset3.json diff --git a/bucket/wixtoolset3.json b/bucket/wixtoolset3.json new file mode 100644 index 00000000000..f0a86820748 --- /dev/null +++ b/bucket/wixtoolset3.json @@ -0,0 +1,36 @@ +{ + "version": "3.14", + "description": "Set of tools for windows installer creation.", + "homepage": "https://wixtoolset.org/", + "license": "MS-RL", + "url": "https://github.com/wixtoolset/wix3/releases/download/wix314rtm/wix314-binaries.zip", + "hash": "13f067f38969faf163d93a804b48ea0576790a202c8f10291f2000f0e356e934", + "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" + ], + "env_set": { + "WixToolPath": "$dir" + }, + "checkver": { + "url": "https://github.com/wixtoolset/wix3/releases", + "regex": ">WiX Toolset v([\\d.]+)<" + }, + "autoupdate": { + "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip" + } +}