mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* wixtoolset: Update to v4 * Tweak manifest * Update to version 5.0.0 --------- Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
18 lines
633 B
JSON
18 lines
633 B
JSON
{
|
|
"version": "5.0.0",
|
|
"description": "Set of tools for windows installer creation.",
|
|
"homepage": "https://wixtoolset.org/",
|
|
"license": "MS-RL",
|
|
"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://api.nuget.org/v3-flatcontainer/wix/index.json",
|
|
"jsonpath": "$.versions[-1:]"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://api.nuget.org/v3-flatcontainer/wix/$version/wix.$version.nupkg"
|
|
}
|
|
}
|