summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2025-04-02 17:17:15 -0500
committerAlexander M Pickering <alex@cogarr.net>2025-04-02 17:17:15 -0500
commit4dfbb8291d5123b702c25d4fe106b81a6c918807 (patch)
tree90263cf0505db9a210d9522529c9bfe3c7cd28ac
parent26dfae4c2a95f98223f143c426ca2e5befc684c1 (diff)
downloadlua4win-dist-lua-master.tar.gz
lua4win-dist-lua-master.tar.bz2
lua4win-dist-lua-master.zip
Actually add 7zip for installer requirementsHEADmaster
-rw-r--r--lua4win.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua4win.wxs b/lua4win.wxs
index e1a5780..4a4f182 100644
--- a/lua4win.wxs
+++ b/lua4win.wxs
@@ -71,6 +71,7 @@
71 <ComponentRef Id="luadl" /> 71 <ComponentRef Id="luadl" />
72 <ComponentRef Id="luarocks" /> 72 <ComponentRef Id="luarocks" />
73 <ComponentRef Id="busybox" /> 73 <ComponentRef Id="busybox" />
74 <ComponentRef Id="sevenzip" />
74 <ComponentRef Id="Config" /> 75 <ComponentRef Id="Config" />
75 <ComponentRef Id="EnvironmentPath" /> 76 <ComponentRef Id="EnvironmentPath" />
76 <ComponentRef Id="SysConfigPath" /> 77 <ComponentRef Id="SysConfigPath" />