diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:21:40 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:21:40 -0500 |
commit | 960e61a0d1f44adb15c779c77ff8709bdd77c824 (patch) | |
tree | ed967a915df77863b36a5160c1a44701ead4eba6 | |
parent | fe61c304e888d411fde325fe4d1801414d533bc4 (diff) | |
download | wix-packaging-960e61a0d1f44adb15c779c77ff8709bdd77c824.tar.gz wix-packaging-960e61a0d1f44adb15c779c77ff8709bdd77c824.tar.bz2 wix-packaging-960e61a0d1f44adb15c779c77ff8709bdd77c824.zip |
wix-on-linux ref fix
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ return { | |||
2 | ["image-wix"] = { | 2 | ["image-wix"] = { |
3 | requires = { | 3 | requires = { |
4 | {"git", "wix#main"}, | 4 | {"git", "wix#main"}, |
5 | {"git", "wix-on-linux"}, | 5 | {"git", "wix-on-linux#main"}, |
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 | }, |
8 | produces = {}, | 8 | produces = {}, |