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:
OpenSauce04 2025-04-26 22:26:28 +01:00
parent 3947f896e5
commit 5fc48cfc8d

View file

@ -36,6 +36,9 @@ for OTHER_ARTIFACT in "${ARTIFACTS_LIST[@]:1}"; do
done done
done done
# Remove leftover libs so that they aren't distributed
rm -rf "${BUNDLE_DIR}/libs"
# Re-sign executables and bundles after combining. # Re-sign executables and bundles after combining.
APP_PATHS=(Azahar.app) APP_PATHS=(Azahar.app)
for APP_PATH in "${APP_PATHS[@]}"; do for APP_PATH in "${APP_PATHS[@]}"; do