mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Fix release name
This commit is contained in:
@@ -78,7 +78,7 @@ main() {
|
||||
setup_jre
|
||||
tree "$RELEASE_NAME"
|
||||
|
||||
RELEASE="$RELEASE_NAME.zip"
|
||||
RELEASE="$RELEASE_NAME.tar.gz"
|
||||
make_macos_bundle
|
||||
move_release_to_output_dir
|
||||
;;
|
||||
@@ -94,7 +94,7 @@ main() {
|
||||
setup_jre
|
||||
tree "$RELEASE_NAME"
|
||||
|
||||
RELEASE="$RELEASE_NAME.zip"
|
||||
RELEASE="$RELEASE_NAME.tar.gz"
|
||||
make_macos_bundle
|
||||
move_release_to_output_dir
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user