mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +01: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
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user