Skip to content

Commit

Permalink
wix3: Add version 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Feb 23, 2024
1 parent deea900 commit 97ac0d1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/wixtoolset3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"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"
}
}

0 comments on commit 97ac0d1

Please sign in to comment.