diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-07-05 15:48:24 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2020-07-05 15:48:24 -0500 |
| commit | e827f560f3c7ea3279a81b2737802734e80c431d (patch) | |
| tree | 1bf583a07ee1a1b38444c0aa1e7b5e670fefad88 /scripts | |
| parent | ec9244809cd09521fd582e5812ac5f0440860677 (diff) | |
Mac CI: Fix wrong zip name
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/macos_post_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macos_post_build.sh b/scripts/macos_post_build.sh index df1475c4..cdf7514b 100755 --- a/scripts/macos_post_build.sh +++ b/scripts/macos_post_build.sh @@ -21,4 +21,4 @@ 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 -9 ../bin/Attorney_Online_mac_x86_64.zip ../bin/
\ No newline at end of file +zip -r -9 ../bin/Attorney_Online_macOS.zip ../bin/
\ No newline at end of file |
