mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-14 02:45:34 +02:00
8 lines
No EOL
209 B
Bash
Executable file
8 lines
No EOL
209 B
Bash
Executable file
#!/bin/bash
|
|
|
|
IDENTITY="$1"
|
|
if [[ $IDENTITY == "" ]]; then
|
|
IDENTITY=-
|
|
fi
|
|
|
|
codesign -vfs $IDENTITY --entitlements "${MESON_SOURCE_ROOT}/macos/entitlements.plist" --deep -o runtime "${MESON_INSTALL_PREFIX}" |