From 51d246bf7f006f819a2f9392bb6a4e6bb18098ba Mon Sep 17 00:00:00 2001 From: Toxblh Date: Sun, 24 Feb 2019 23:08:22 +0000 Subject: [PATCH] fix tesh script --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 4232103..ade0dd7 100755 --- a/test.sh +++ b/test.sh @@ -27,4 +27,4 @@ NAME_DMG="${NAME}.app" echo $NAME_DMG create-dmg $NAME_DMG -open ./build/Release/$NAME.app +open ./$NAME.app