diff options
author | Alexander M Pickering <alex@cogarr.net> | 2025-04-02 17:06:48 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2025-04-02 17:06:48 -0500 |
commit | 56556d17ea2b75df26a62550680944e1f04b511b (patch) | |
tree | 3047fe0e04f05f345f21a6ba0d49502ddb238be9 | |
parent | 5df3a7f69cb7af06a025254d3d539b2074e2dc91 (diff) | |
download | lua4win-dist-lua-56556d17ea2b75df26a62550680944e1f04b511b.tar.gz lua4win-dist-lua-56556d17ea2b75df26a62550680944e1f04b511b.tar.bz2 lua4win-dist-lua-56556d17ea2b75df26a62550680944e1f04b511b.zip |
Add 7zip to the installer
-rw-r--r-- | lua4win.wxs | 3 | ||||
-rw-r--r-- | meta.lua | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 74053e5..bdef9fb 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -37,6 +37,9 @@ | |||
37 | <!-- Use a different name so we don't conflict with other busyboxes --> | 37 | <!-- Use a different name so we don't conflict with other busyboxes --> |
38 | <File Id="busyboxexe" DiskId='1' Source="busybox-l4w.exe" /> | 38 | <File Id="busyboxexe" DiskId='1' Source="busybox-l4w.exe" /> |
39 | </Component> | 39 | </Component> |
40 | <Component Id="7zip"> | ||
41 | <File Id="7zexe" DiskId='1' Source="7z.exe" /> | ||
42 | </Component> | ||
40 | <Directory Id="Config" Name="config"> | 43 | <Directory Id="Config" Name="config"> |
41 | <Component Id="Config"> | 44 | <Component Id="Config"> |
42 | <File Id="config.lua" Source="config-5.1.lua" /> | 45 | <File Id="config.lua" Source="config-5.1.lua" /> |
@@ -15,6 +15,7 @@ build["lua4win-dist-lua"] = { | |||
15 | {"cicd","luajit-three-debug-mingw64:lua51.dll"}, | 15 | {"cicd","luajit-three-debug-mingw64:lua51.dll"}, |
16 | {"cicd","luarocks-jit-three-debug-mingw64:luarocks.exe"}, | 16 | {"cicd","luarocks-jit-three-debug-mingw64:luarocks.exe"}, |
17 | {"cicd","busybox-w32-three-debug-mingw64:busybox.exe"}, | 17 | {"cicd","busybox-w32-three-debug-mingw64:busybox.exe"}, |
18 | {"cicd","7zip:7z.exe"}, | ||
18 | {"cicd","lua4win-license:License.rtf"} | 19 | {"cicd","lua4win-license:License.rtf"} |
19 | }, | 20 | }, |
20 | produces = { | 21 | produces = { |