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