Skip to content

Commit

Permalink
include .app
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Nov 4, 2023
1 parent a0a5696 commit b18ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ chmod +x $BINARY
mv $BINARY $APP_BINARY_DIR

# copy .app folder
cp -fRP $APP_DIR $ARCHIVE_DIR
cp -r $APP_DIR $ARCHIVE_DIR
# copy extra files
cp README.md $ARCHIVE_DIR
cp LICENSE $ARCHIVE_DIR
Expand Down

0 comments on commit b18ee89

Please sign in to comment.