Update config.h location in create_dmg.sh script

This commit is contained in:
David Capello 2014-02-24 10:06:45 -03:00
parent da9f9dfd47
commit 6023c62fa0

View File

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