From fa15a8bcf51a49aadf8b3da59bc5751dcbe5c9ec Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 20 Jun 2021 15:11:03 -0700 Subject: [PATCH] Fix mac-app.sh script --- scripts/mac-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"