From 270d9c3325ff2fe56e473968248c8b7cd291f8d2 Mon Sep 17 00:00:00 2001
From: Alexander M Pickering <alex@cogarr.net>
Date: Wed, 30 Oct 2024 15:43:00 -0500
Subject: Rename binary to just lua.exe

---
 lua4win.wxs | 6 +++---
 1 file 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 @@
 			<Directory Id="ProgramFilesFolder">
 				<Directory Id="Lua4Win" Name="Lua4Win">
 					<Directory Id="INSTALLDIR" Name="Lua4Win 1.0">
-						<Component Id="luajit">
-							<File Id="luajitexe" DiskId='1' Source="luajit.exe" />
+						<Component Id="lua">
+							<File Id="luaexe" DiskId='1' Source="lua.exe" />
 						</Component>
 						<Component Id="luadl">
 							<File Id="lua51dll" DiskId='1' Source="lua51.dll" />
@@ -62,7 +62,7 @@
 		</Directory>
 
 		<Feature Id="Complete" Level="1">
-			<ComponentRef Id="luajit" />
+			<ComponentRef Id="lua" />
 			<ComponentRef Id="luadl" />
 			<ComponentRef Id="luarocks" />
 			<ComponentRef Id="Config" />
-- 
cgit v1.2.3-55-g6feb