aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander2026-05-31 17:57:45 +0200
committerSander2026-05-31 17:57:45 +0200
commitc2b610e6c968f938ab6d737a193c4b65fbaeeb30 (patch)
tree9118460b437043ed7d2489450244c6bc7f470598
parent3da21a08b100c65048725038aa432a90c9f6d540 (diff)
downloadbetter-report-c2b610e6c968f938ab6d737a193c4b65fbaeeb30.tar.gz
better-report-c2b610e6c968f938ab6d737a193c4b65fbaeeb30.tar.bz2
better-report-c2b610e6c968f938ab6d737a193c4b65fbaeeb30.zip
Actually zip the .app contentsHEADmaster
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ccbe0f3..013c152 100755
--- a/build.sh
+++ b/build.sh
@@ -77,4 +77,4 @@ EOF
cd "$RELEASE_DIR/"
rm "Better Report.zip"
-zip "Better Report.zip" "${APP_NAME}.app" "HELP_IT_DOESNT_OPEN.txt"
+zip "Better Report.zip" -r "${APP_NAME}.app" "HELP_IT_DOESNT_OPEN.txt"