Skip to content

Commit

Permalink
wixtoolset: Update to version 5.0.0 (#5552)
Browse files Browse the repository at this point in the history
* wixtoolset: Update to v4

* Tweak manifest

* Update to version 5.0.0

---------

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
  • Loading branch information
chawyehsu and niheaven authored Apr 9, 2024
1 parent d788c7a commit be99756
Showing 1 changed file with 8 additions and 27 deletions.
35 changes: 8 additions & 27 deletions bucket/wixtoolset.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit be99756

Please sign in to comment.