diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 02:30:42 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-08 02:30:42 -0500 |
commit | 6466c6fe79bab1f68a1e16c1886e2b4eca225f60 (patch) | |
tree | fec90b967350d407a66e5f184c46a250144c9fb1 /meta.lua | |
parent | 7a9f2ecde1f42bfc88009b7e1cf19737ac3ca605 (diff) | |
download | lua4win-dist-lua-6466c6fe79bab1f68a1e16c1886e2b4eca225f60.tar.gz lua4win-dist-lua-6466c6fe79bab1f68a1e16c1886e2b4eca225f60.tar.bz2 lua4win-dist-lua-6466c6fe79bab1f68a1e16c1886e2b4eca225f60.zip |
Start using the wix image
Diffstat (limited to 'meta.lua')
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | local build = {} | 2 | local build = {} |
3 | build["lua4win-dist-lua"] = { | 3 | build["lua4win-dist-lua"] = { |
4 | image = "image-msi", | 4 | image = "image-wix", |
5 | requires = { | 5 | requires = { |
6 | {"cicd","luajit-three-debug-mingw64:luajit.exe"}, | 6 | {"cicd","luajit-three-debug-mingw64:luajit.exe"}, |
7 | {"cicd","luajit-three-debug-mingw64:lua51.dll"}, | 7 | {"cicd","luajit-three-debug-mingw64:lua51.dll"}, |