diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:15:54 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:15:54 -0500 |
commit | 0a12fd73b6c36da78ec5152eba9c01c976488655 (patch) | |
tree | 5083d38f611b4d702ccfbd3ba4f1a7ad436aa185 | |
parent | 97204e85173aa7f960cbf088d28a019d9b3ab43e (diff) | |
download | wix-packaging-0a12fd73b6c36da78ec5152eba9c01c976488655.tar.gz wix-packaging-0a12fd73b6c36da78ec5152eba9c01c976488655.tar.bz2 wix-packaging-0a12fd73b6c36da78ec5152eba9c01c976488655.zip |
fix wix branch name
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | return { | 1 | return { |
2 | ["image-wix"] = { | 2 | ["image-wix"] = { |
3 | requires = { | 3 | requires = { |
4 | {"git", "wix"}, | 4 | {"git", "wix:main"}, |
5 | {"git", "wix-on-linux"}, | 5 | {"git", "wix-on-linux"}, |
6 | {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"}, | 6 | {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"}, |
7 | }, | 7 | }, |