mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"version": "3.11.2",
|
|
"description": "Set of tools for windows installer creation.",
|
|
"homepage": "https://wixtoolset.org/",
|
|
"license": "MS-RL",
|
|
"url": "https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip",
|
|
"hash": "2c1888d5d1dba377fc7fa14444cf556963747ff9a0a289a3599cf09da03b9e2e",
|
|
"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://wixtoolset.org/releases/",
|
|
"regex": "releases/v([\\d.]+)/stable"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/wixtoolset/wix3/releases/download/wix$cleanVersionrtm/wix$majorVersion$minorVersion-binaries.zip"
|
|
}
|
|
}
|