mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
wixtoolset: Update to version 5.0.0 (#5552)
* wixtoolset: Update to v4 * Tweak manifest * Update to version 5.0.0 --------- Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
d788c7a320
commit
be9975640f
@ -1,36 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "3.14.1",
|
"version": "5.0.0",
|
||||||
"description": "Set of tools for windows installer creation.",
|
"description": "Set of tools for windows installer creation.",
|
||||||
"homepage": "https://wixtoolset.org/",
|
"homepage": "https://wixtoolset.org/",
|
||||||
"license": "MS-RL",
|
"license": "MS-RL",
|
||||||
"url": "https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip",
|
"url": "https://api.nuget.org/v3-flatcontainer/wix/5.0.0/wix.5.0.0.nupkg",
|
||||||
"hash": "6ac824e1642d6f7277d0ed7ea09411a508f6116ba6fae0aa5f2c7daa2ff43d31",
|
"hash": "e8243606c71fa5bc2e0eb14d6005f42f1282b61540fb224b0004de563a81f74d",
|
||||||
"bin": [
|
"extract_dir": "tools\\net6.0\\any",
|
||||||
"candle.exe",
|
"bin": "wix.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": {
|
"checkver": {
|
||||||
"url": "https://github.com/wixtoolset/wix3/releases",
|
"url": "https://api.nuget.org/v3-flatcontainer/wix/index.json",
|
||||||
"regex": ">WiX Toolset v([\\d.]+)<"
|
"jsonpath": "$.versions[-1:]"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user