mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-04-28 05:37:59 +03:00
ci: Remove libs directory for MacOS during macos-universal.sh
so that it doesn't get distributed
This directory isn't at all necessary, and just wastes space in the distributed archive
This commit is contained in:
parent
3947f896e5
commit
5fc48cfc8d
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ for OTHER_ARTIFACT in "${ARTIFACTS_LIST[@]:1}"; do
|
|||
done
|
||||
done
|
||||
|
||||
# Remove leftover libs so that they aren't distributed
|
||||
rm -rf "${BUNDLE_DIR}/libs"
|
||||
|
||||
# Re-sign executables and bundles after combining.
|
||||
APP_PATHS=(Azahar.app)
|
||||
for APP_PATH in "${APP_PATHS[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue