Like arquivista said, that would require love.exe to be in the same directory. There are two simple ways to fix this. One way is to replace love.exe with the path to the Löve executable. For example, copy /b c:\\Program\ Files\\love\\love.exe+game.love game.exe (excuse my weird escaping. I'm not sure how it's done in Windows).com_1 wrote:I did as written here - http://love2d.org/wiki/Game_Distributionbut nothing happens.Here's how to do it on Windows. In a console, type this:
copy /b love.exe+game.love game.exe
The other way is to add Löve to your path. That means you set a environmental variable to point to your love executable, and then you use that variable in your command. I'm not entirely sure how to do this in Windows, but here are guides for Windows XP and Windows Vista/7.