From 322ebac5d893c74a5caabb3f64ac95aea410dba5 Mon Sep 17 00:00:00 2001 From: Alexander Shevtsov Date: Wed, 4 Sep 2024 15:31:38 +0300 Subject: [PATCH] bugfix flag of file search --- builds/macos/create-dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/macos/create-dmg.sh b/builds/macos/create-dmg.sh index 24b53ef9..f42f3564 100755 --- a/builds/macos/create-dmg.sh +++ b/builds/macos/create-dmg.sh @@ -1,4 +1,4 @@ -if [ ! -f Fingertip.app ]; then +if [ ! -d Fingertip.app ]; then echo "Fingertip.app not found, try to rebuild" exit 1 fi