summaryrefslogtreecommitdiff
path: root/lua4win.wxs
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2025-04-02 17:06:48 -0500
committerAlexander M Pickering <alex@cogarr.net>2025-04-02 17:06:48 -0500
commit56556d17ea2b75df26a62550680944e1f04b511b (patch)
tree3047fe0e04f05f345f21a6ba0d49502ddb238be9 /lua4win.wxs
parent5df3a7f69cb7af06a025254d3d539b2074e2dc91 (diff)
downloadlua4win-dist-lua-56556d17ea2b75df26a62550680944e1f04b511b.tar.gz
lua4win-dist-lua-56556d17ea2b75df26a62550680944e1f04b511b.tar.bz2
lua4win-dist-lua-56556d17ea2b75df26a62550680944e1f04b511b.zip
Add 7zip to the installer
Diffstat (limited to 'lua4win.wxs')
-rw-r--r--lua4win.wxs3
1 files changed, 3 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" />