diff options
Diffstat (limited to 'scripts/macos_post_build.sh')
| -rwxr-xr-x | scripts/macos_post_build.sh | 2 |
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 |
