summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index f4fb702..750146b 100755
--- a/build.sh
+++ b/build.sh
@@ -124,4 +124,5 @@ mkdir bin/real_"$ARCHNAME".app
cp -r lib/mac_app_template/Contents bin/real_"$ARCHNAME".app
xattr -cr bin/real_"$ARCHNAME".app
dylibbundler -od -b -x bin/real_"$ARCHNAME".app/Contents/MacOS/real -d bin/real_"$ARCHNAME".app/Contents/libs
+rm lib/mac_app_template/Contents/MacOS/real
fi