Question: How are you packing the executables?
irishgreencitrus opened this issue · 6 comments
irishgreencitrus commented
Are you just stripping the binaries and zipping them? Or are you doing something else as well?
hiulit commented
I'm stripping them and them zipping them.
hiulit commented
irishgreencitrus commented
Ah ok. I was going to suggest using UPX, as it decreases the file size further https://upx.github.io/
irishgreencitrus commented
Actually UPX doesn't work for Godot binaries correctly
hiulit commented
I didn't know about UPX. I just followed what the main developers do :)
irishgreencitrus commented
UPX breaks the export templates, so it's not worth using.