diff --git a/scripts/mac-app.sh b/scripts/mac-app.sh index ad71bd9..eb9083d 100755 --- a/scripts/mac-app.sh +++ b/scripts/mac-app.sh @@ -29,4 +29,4 @@ mkdir -p "$APP_CONTENTS/Resources" # Copy binaries to /MacOS cp doodle doodad "$APP_CONTENTS/MacOS/" -cp -r *.* rtp guidebook "$APP_CONTENTS/Resources/" +rsync -av ./ --exclude doodle --exclude doodad --exclude "$APP_NAME" "$APP_CONTENTS/Resources/"