mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
Try to run picard-run during macOS build
This commit is contained in:
@@ -82,6 +82,7 @@ fi
|
||||
# Only test the app if it was codesigned, otherwise execution likely fails
|
||||
if [ "$CODESIGN" = '1' ]; then
|
||||
echo "Verify Picard executable works and required dependencies are bundled..."
|
||||
"$APP_BUNDLE/Contents/MacOS/picard-run" --long-version --no-crash-dialog || echo "Failed running picard-run"
|
||||
VERSIONS=$("$APP_BUNDLE/Contents/MacOS/picard-run" --long-version --no-crash-dialog)
|
||||
echo "$VERSIONS"
|
||||
ASTRCMP_REGEX="astrcmp C"
|
||||
|
||||
Reference in New Issue
Block a user