diff --git a/scripts/create_dmg.sh b/scripts/create_dmg.sh index 33cb1c997..774993432 100644 --- a/scripts/create_dmg.sh +++ b/scripts/create_dmg.sh @@ -1,7 +1,7 @@ #! /bin/sh dir="`pwd`" -version=$(cat ../config.h | grep VERSION | sed -e 's/.*\"\(.*\)\"/\1/g') +version=$(cat ../src/config.h | grep VERSION | sed -e 's/.*\"\(.*\)\"/\1/g') distdir=Aseprite-$version if [ ! -f create_dmg.sh ]; then