diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-30 15:43:00 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-30 15:43:00 -0500 |
commit | 270d9c3325ff2fe56e473968248c8b7cd291f8d2 (patch) | |
tree | 0c682cca9da17942f5673e0e51bd3a32ab57de02 | |
parent | 6b7a4d1d969eb54d450e93b6082cc1d5bc6c484d (diff) | |
download | lua4win-dist-lua-270d9c3325ff2fe56e473968248c8b7cd291f8d2.tar.gz lua4win-dist-lua-270d9c3325ff2fe56e473968248c8b7cd291f8d2.tar.bz2 lua4win-dist-lua-270d9c3325ff2fe56e473968248c8b7cd291f8d2.zip |
Rename binary to just lua.exe
-rw-r--r-- | lua4win.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index a6663c6..8052432 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -25,8 +25,8 @@ | |||
25 | <Directory Id="ProgramFilesFolder"> | 25 | <Directory Id="ProgramFilesFolder"> |
26 | <Directory Id="Lua4Win" Name="Lua4Win"> | 26 | <Directory Id="Lua4Win" Name="Lua4Win"> |
27 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> | 27 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> |
28 | <Component Id="luajit"> | 28 | <Component Id="lua"> |
29 | <File Id="luajitexe" DiskId='1' Source="luajit.exe" /> | 29 | <File Id="luaexe" DiskId='1' Source="lua.exe" /> |
30 | </Component> | 30 | </Component> |
31 | <Component Id="luadl"> | 31 | <Component Id="luadl"> |
32 | <File Id="lua51dll" DiskId='1' Source="lua51.dll" /> | 32 | <File Id="lua51dll" DiskId='1' Source="lua51.dll" /> |
@@ -62,7 +62,7 @@ | |||
62 | </Directory> | 62 | </Directory> |
63 | 63 | ||
64 | <Feature Id="Complete" Level="1"> | 64 | <Feature Id="Complete" Level="1"> |
65 | <ComponentRef Id="luajit" /> | 65 | <ComponentRef Id="lua" /> |
66 | <ComponentRef Id="luadl" /> | 66 | <ComponentRef Id="luadl" /> |
67 | <ComponentRef Id="luarocks" /> | 67 | <ComponentRef Id="luarocks" /> |
68 | <ComponentRef Id="Config" /> | 68 | <ComponentRef Id="Config" /> |