From 1883d4c269132fef044509bd626633c8261e8345 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 18 Apr 2020 14:33:30 +0200 Subject: zip it and upload the correct file --- scripts/macos_post_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit