diff options
| author | Sander | 2026-05-31 17:57:45 +0200 |
|---|---|---|
| committer | Sander | 2026-05-31 17:57:45 +0200 |
| commit | c2b610e6c968f938ab6d737a193c4b65fbaeeb30 (patch) | |
| tree | 9118460b437043ed7d2489450244c6bc7f470598 | |
| parent | 3da21a08b100c65048725038aa432a90c9f6d540 (diff) | |
| download | better-report-master.tar.gz better-report-master.tar.bz2 better-report-master.zip | |
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |