Skip to content

Commit

Permalink
AppImage: use zstd compression
Browse files Browse the repository at this point in the history
  • Loading branch information
s09bQ5 committed Jun 18, 2023
1 parent 424baf3 commit 1e10ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dists/linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ run: build/$(ARCH)/usr/bin/ultrastardx
compress: UltraStarDeluxe-$(ARCH).AppImage
UltraStarDeluxe-$(ARCH).AppImage: build/$(ARCH)/usr/bin/ultrastardx build/$(ARCH)/usr/bin/VERSION
rm -f "./UltraStarDeluxe-$(ARCH).AppImage"
PATH="prefix/$(ARCH)/bin:$$PATH" prefix/$(ARCH)/bin/appimagetool --comp xz build/$(ARCH) $@
PATH="prefix/$(ARCH)/bin:$$PATH" prefix/$(ARCH)/bin/appimagetool --comp zstd build/$(ARCH) $@

upload: UltraStarDeluxe-$(ARCH).AppImage
curl --upload-file './UltraStarDeluxe-$(ARCH).AppImage' "https://transfer.sh/UltraStarDeluxe-$(ARCH).AppImage" && echo
Expand Down

0 comments on commit 1e10ca2

Please sign in to comment.