diff options
| author | David Skoland <davidskoland@gmail.com> | 2019-06-29 00:27:31 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-06-29 00:27:31 +0000 |
| commit | f2a4ac013dd0cd1b054a8fa604bc75a659cff3ff (patch) | |
| tree | 69a651830dea50eb4800cbbeb77caf9aacb9fff3 /scripts/macos_post_build.sh | |
| parent | 15db260639a157bffaaf55d10a6e4351aa4c154a (diff) | |
Mac improvements
Just modifying build scripts to make it less painful to build and release on Mac
See merge request AttorneyOnline/AO2-Client!64
Diffstat (limited to 'scripts/macos_post_build.sh')
| -rwxr-xr-x | scripts/macos_post_build.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/macos_post_build.sh b/scripts/macos_post_build.sh deleted file mode 100755 index 1db8c034..00000000 --- a/scripts/macos_post_build.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -set -e - -DST_FOLDER="./bin/Attorney_Online.app/Contents/Frameworks" - -cd .. - -mkdir $DST_FOLDER - -cp ./lib/libbass.dylib $DST_FOLDER -cp ./lib/libbassopus.dylib $DST_FOLDER - -install_name_tool -id @executable_path/../Frameworks/libbass.dylib $DST_FOLDER/libbass.dylib - -install_name_tool -id @executable_path/../Frameworks/libbassopus.dylib $DST_FOLDER/libbassopus.dylib - -install_name_tool -change @loader_path/libbass.dylib @executable_path/../Frameworks/libbass.dylib ./bin/Attorney_Online.app/Contents/MacOS/Attorney_Online |
