From c2b610e6c968f938ab6d737a193c4b65fbaeeb30 Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 31 May 2026 17:57:45 +0200 Subject: Actually zip the .app contents --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3