Search found 2 matches
- Mon Aug 29, 2022 11:56 am
- Forum: Support and Development
- Topic: Should retrieving source code and resources from a Love game exe be this easy?
- Replies: 5
- Views: 2438
- Mon Aug 29, 2022 7:19 am
- Forum: Support and Development
- Topic: Should retrieving source code and resources from a Love game exe be this easy?
- Replies: 5
- Views: 2438
Should retrieving source code and resources from a Love game exe be this easy?
you can call copy /b love.exe+game.love game.exe in cmd to get an executable, This will put all your code and art into the executable. But if you call copy /b game.exe game.love it will just give you the .love file that can then be turned back to zip and extracted. This can be done to any game made ...