Skip to content

Commit

Permalink
Update to avoid two zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
MattEqualsCoder committed Jun 27, 2024
1 parent d9b856a commit aca6730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/package-macos-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ echo "Packaged $APP_NAME successfully."

mkdir -p "setup/output"

# Zip the .app bundle
zip -r "setup/output/$ZIP_FILE" "$APP_NAME"
# Move the app to the output folder
mv "$APP_NAME" "setup/output/$APP_NAME"

0 comments on commit aca6730

Please sign in to comment.