aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macos_post_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/macos_post_build.sh b/scripts/macos_post_build.sh
index 25400bf5..d6eaddc2 100755
--- a/scripts/macos_post_build.sh
+++ b/scripts/macos_post_build.sh
@@ -20,3 +20,5 @@ cp ../lib/* ../bin/Attorney_Online.app/Contents/Frameworks
# libbass has a funny path for some reason, just use rpath
install_name_tool -change @loader_path/libbass.dylib @rpath/libbass.dylib ../bin/Attorney_Online.app/Contents/MacOS/Attorney_Online
+
+zip -r ../bin/Attorney_Online_mac_x86_64.zip ../bin/ \ No newline at end of file