Use tar for MacOS

This commit is contained in:
Syer10
2025-04-08 12:34:24 -04:00
parent 6e365491a9
commit 9feebbfe17
2 changed files with 1 additions and 7 deletions

View File

@@ -191,7 +191,7 @@ make_macos_bundle() {
cp "$JAR" "$RELEASE_NAME/bin/Suwayomi-Server.jar"
cp "scripts/resources/Suwayomi Launcher.command" "$RELEASE_NAME/"
zip -9 -r "$RELEASE" "$RELEASE_NAME/"
tar -I "gzip -9" -cvf "$RELEASE" "$RELEASE_NAME/"
}
# https://wiki.debian.org/SimplePackagingTutorial