Page 1 of 1

Linux: Modifying the LÖVE AppImage from the front page to distribute game

Posted: Sat Sep 22, 2018 1:51 pm
by Rickton
I've had some trouble building my own AppImage and getting it to work. I downloaded the LÖVE AppImage from the main site and extracted it, changed the .desktop file and icon, put my .love file in it, and changed the wrapper-love script to call love with the packaged .love file as the argument. I then re-packed it into an AppImage, and tested it on a couple different distros and it seemed to work fine.

Would there be any unforeseen issues from distributing my game this way? It seems like if anything it'd be better than packaging on my own, because this way I can be sure that I didn't miss any libraries, and that it'll run fine on any Linux system that would support the LÖVE AppImage to begin with.