MisterDA / love-release

:love_letter: Lua script that makes LÖVE game release easier
MIT License
449 stars 27 forks source link

Cannot write to a file with Win64 (and probably Win32) executable #17

Closed camdenb closed 9 years ago

camdenb commented 9 years ago

When attempting to love.filesystem.write (which works well when I run the .love file) from a packaged .exe, no file is ever saved.

pablomayobre commented 9 years ago

Remember that when you fuse the game the data is saved to AppData/YourIdentity instead of AppData/LOVE/YourIdentity

MisterDA commented 9 years ago

Yes, I don't see how your problem could be related in any way with love-release... Double-check your code and the folders @Positive07 mentioned !

camdenb commented 9 years ago

Ah, my bad. Thank you!