summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-11-28 21:46:43 -0500
committerFox Caminiti <fox@foxcam.net>2022-11-28 21:46:43 -0500
commit7a5e57b5c806437b0fbd2ab0c08d616d5dec0090 (patch)
tree511ca8e173b8bfc17eead7dfa8576bb5dffa7ecb /build.sh
parent6eb627210eb2b77bcde7ca75d9bcb5b50d240f64 (diff)
fancy keybind UI added, major brush regression
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