kingjon3377 / strategicprimer-viewer

Map viewer and other assistive programs for players and Judges of the strategy game Strategic Primer.
GNU General Public License v3.0
3 stars 1 forks source link

Use a different compression algorithm for releases #55

Open kingjon3377 opened 5 years ago

kingjon3377 commented 5 years ago

I suspect xz will give better results than bzip2.

kingjon3377 commented 5 years ago

We'd have to install a more recent version of Ant ourselves in the Travis CI environment (or switch build system entirely), unfortunately.

kingjon3377 commented 3 years ago

I have since learned that xz is a bad format for software releases, but some more modern compression format would be nice.

And I can either generate uncompressed tarballs and compress using <exec, or switch to a Makefile-based build, without too much difficulty.