Change Mac OS X dmg package name

This commit is contained in:
David Capello 2014-02-24 09:18:31 -03:00
parent d7125f9cae
commit da9f9dfd47

View File

@ -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