diff --git a/scripts/create_dmg.sh b/scripts/create_dmg.sh index 2e71c5bf3..33cb1c997 100644 --- a/scripts/create_dmg.sh +++ b/scripts/create_dmg.sh @@ -2,7 +2,7 @@ dir="`pwd`" version=$(cat ../config.h | grep VERSION | sed -e 's/.*\"\(.*\)\"/\1/g') -distdir=ASEPRITE_$version +distdir=Aseprite-$version if [ ! -f create_dmg.sh ]; then echo You must run create_dmg.sh from scripts/ directory