diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 22:33:47 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 22:33:47 -0600 |
commit | 86fad8c7a34a7f597bd592d8f684ff78e66a837a (patch) | |
tree | bd0177ac62f000efe6bd7989b48b93ea2979363d /lua4win.wxs | |
parent | 270d9c3325ff2fe56e473968248c8b7cd291f8d2 (diff) | |
download | lua4win-dist-lua-bug/lua_versions.tar.gz lua4win-dist-lua-bug/lua_versions.tar.bz2 lua4win-dist-lua-bug/lua_versions.zip |
Use busybox for wget and some other utilitiesbug/lua_versions
Diffstat (limited to 'lua4win.wxs')
-rw-r--r-- | lua4win.wxs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 8052432..2463b40 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -34,6 +34,10 @@ | |||
34 | <Component Id="luarocks"> | 34 | <Component Id="luarocks"> |
35 | <File Id="luarocksexe" DiskId='1' Source="luarocks.exe" /> | 35 | <File Id="luarocksexe" DiskId='1' Source="luarocks.exe" /> |
36 | </Component> | 36 | </Component> |
37 | <Component Id="busybox"> | ||
38 | <!-- Use a different name so we don't conflict with other busyboxes --> | ||
39 | <File Id="busyboxexe" DiskId='1' Source="busybox-l4w.exe" /> | ||
40 | </Component> | ||
37 | <Directory Id="Config" Name="config"> | 41 | <Directory Id="Config" Name="config"> |
38 | <Component Id="Config"> | 42 | <Component Id="Config"> |
39 | <File Id="config.lua" Source="config-5.1.lua" /> | 43 | <File Id="config.lua" Source="config-5.1.lua" /> |
@@ -65,6 +69,7 @@ | |||
65 | <ComponentRef Id="lua" /> | 69 | <ComponentRef Id="lua" /> |
66 | <ComponentRef Id="luadl" /> | 70 | <ComponentRef Id="luadl" /> |
67 | <ComponentRef Id="luarocks" /> | 71 | <ComponentRef Id="luarocks" /> |
72 | <ComponentRef Id="busybox" /> | ||
68 | <ComponentRef Id="Config" /> | 73 | <ComponentRef Id="Config" /> |
69 | <ComponentRef Id="EnvironmentPath" /> | 74 | <ComponentRef Id="EnvironmentPath" /> |
70 | <ComponentRef Id="SysConfigPath" /> | 75 | <ComponentRef Id="SysConfigPath" /> |