diff --git a/bucket/wixtoolset.json b/bucket/wixtoolset.json index 401064efa6..842cf656a4 100644 --- a/bucket/wixtoolset.json +++ b/bucket/wixtoolset.json @@ -1,36 +1,17 @@ { - "version": "3.14.1", + "version": "5.0.0", "description": "Set of tools for windows installer creation.", "homepage": "https://wixtoolset.org/", "license": "MS-RL", - "url": "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip", - "hash": "6ac824e1642d6f7277d0ed7ea09411a508f6116ba6fae0aa5f2c7daa2ff43d31", - "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" - }, + "url": "https://api.nuget.org/v3-flatcontainer/wix/5.0.0/wix.5.0.0.nupkg", + "hash": "e8243606c71fa5bc2e0eb14d6005f42f1282b61540fb224b0004de563a81f74d", + "extract_dir": "tools\\net6.0\\any", + "bin": "wix.exe", "checkver": { - "url": "https://github.com/wixtoolset/wix3/releases", - "regex": ">WiX Toolset v([\\d.]+)<" + "url": "https://api.nuget.org/v3-flatcontainer/wix/index.json", + "jsonpath": "$.versions[-1:]" }, "autoupdate": { - "url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip" + "url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg" } }