ScoopInstaller_Main/bucket/wixtoolset.json
2024-02-23 19:21:33 +08:00

37 lines
1.0 KiB
JSON

{
"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"
}
}