diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:44:29 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 01:44:29 -0500 |
commit | f34c9eca15529f90e2f7c450b51d36138e178b35 (patch) | |
tree | 3728d0595758de6bc6466ef5f4744e27484cbd34 /meta.lua | |
parent | adb9d8c609f660b9865c97f937378397ec8c0b14 (diff) | |
download | wix-packaging-f34c9eca15529f90e2f7c450b51d36138e178b35.tar.gz wix-packaging-f34c9eca15529f90e2f7c450b51d36138e178b35.tar.bz2 wix-packaging-f34c9eca15529f90e2f7c450b51d36138e178b35.zip |
Don't need the wix repo, actually
We use the prebuilt binaires from the wix repo instead.
Diffstat (limited to '')
-rw-r--r-- | meta.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ | |||
1 | return { | 1 | return { |
2 | ["image-wix"] = { | 2 | ["image-wix"] = { |
3 | requires = { | 3 | requires = { |
4 | {"git", "wix#main"}, | ||
5 | {"git", "wix-on-linux#main"}, | 4 | {"git", "wix-on-linux#main"}, |
6 | {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"}, | 5 | {"http","https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip"}, |
7 | }, | 6 | }, |