mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-10-05 19:22:47 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user