diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:18:20 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:18:20 -0500 |
commit | fe61c304e888d411fde325fe4d1801414d533bc4 (patch) | |
tree | 40c936a07dd064595a5b38f39dca3ef9820c5523 | |
parent | bc066abd4ce4ce5596948633ef5b195cbdd3bbda (diff) | |
download | wix-packaging-fe61c304e888d411fde325fe4d1801414d533bc4.tar.gz wix-packaging-fe61c304e888d411fde325fe4d1801414d533bc4.tar.bz2 wix-packaging-fe61c304e888d411fde325fe4d1801414d533bc4.zip |
Fix git ref
-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:main"}, | 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 | }, |