mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
fix
This commit is contained in:
parent
9b9aa592c8
commit
a5fe1ebd0a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fi
|
||||||
APP_BUNDLE_PATH="$1"
|
APP_BUNDLE_PATH="$1"
|
||||||
|
|
||||||
# Verify that the app bundle exists
|
# Verify that the app bundle exists
|
||||||
if [[ ! -d "$APP_BUNDLE_PATH" ]]; then
|
if [[ ! -e "$APP_BUNDLE_PATH" ]]; then
|
||||||
echo "::error file=$0::App bundle not found at: $APP_BUNDLE_PATH"
|
echo "::error file=$0::App bundle not found at: $APP_BUNDLE_PATH"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue