Search found 3 matches
- Thu Oct 23, 2014 7:07 pm
- Forum: General
- Topic: Distributable package size
- Replies: 7
- Views: 6803
Re: Distributable package size
Magnificent! I wouldn't have thought of it for the life of me! Thank you slime and bartbes! FYI, this initial problem was, copying the love.app folder locally to avoid tampering with the base one, which forced the libraries as slime mentioned to be copied and the symlinks ignored. Hence, the primary...
- Thu Oct 23, 2014 12:35 pm
- Forum: General
- Topic: Distributable package size
- Replies: 7
- Views: 6803
Re: Distributable package size
Thank you for your replies. I should've mentioned that I already tried the -9 switch, but here it is again: ➜ game) zip -9r pixy.zip pixy.app ➜ game) ls -lah *.zip -rw-r--r-- 1 xterm staff 10M Oct 23 15:25 pixy.zip I've also tried Keka with max (slow) compression and it yielded almost the same result.
- Thu Oct 23, 2014 9:25 am
- Forum: General
- Topic: Distributable package size
- Replies: 7
- Views: 6803
Distributable package size
Greetings, Hope everyone's doing great, I'm new to Lua, LOVE and thus this forum. I have an inquiry concerning the distributable package size. love-0.9.1-macosx-x64.zip is 3.9MB and yet when I package the app (as per the instructions here) as a zip file, I end up with a ~10mb MyGame.zip $ zip MyGame...