Skip to content

Commit

Permalink
bugfix flag of file search
Browse files Browse the repository at this point in the history
  • Loading branch information
randomlogin committed Sep 4, 2024
1 parent bf0275c commit 322ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/macos/create-dmg.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 322ebac

Please sign in to comment.