I open the Windows command prompt and navigate to the correct folder and type in:
Code: Select all
copy /b love.exe+midnight.love midnight.exe
When I double click midnight.exe on my computer, it works. When I try it on my fiance's computer, it gives me the error: "love.dll is missing, try reinstalling the program..."
I've also tried creating a release.bat with the following contents:
Code: Select all
copy /b love.exe+%1 "%~n1.exe"