diff options
| author | sD <stoned@derpymail.org> | 2020-04-18 14:33:30 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-18 14:33:30 +0200 |
| commit | 1883d4c269132fef044509bd626633c8261e8345 (patch) | |
| tree | 98eca678a4798e612d30a193cfa850d9dd309939 /scripts | |
| parent | 5901733650715858e14b9c70237f0b22c02a8f61 (diff) | |
zip it and upload the correct file
Diffstat (limited to 'scripts')
| -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 |
