summaryrefslogtreecommitdiff
path: root/meta.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-08 01:44:29 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-08 01:44:29 -0500
commitf34c9eca15529f90e2f7c450b51d36138e178b35 (patch)
tree3728d0595758de6bc6466ef5f4744e27484cbd34 /meta.lua
parentadb9d8c609f660b9865c97f937378397ec8c0b14 (diff)
downloadwix-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.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 83b9909..f93961c 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,7 +1,6 @@
1return { 1return {
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 },