mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Update config.h location in create_dmg.sh script
This commit is contained in:
parent
da9f9dfd47
commit
6023c62fa0
@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
dir="`pwd`"
|
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
|
distdir=Aseprite-$version
|
||||||
|
|
||||||
if [ ! -f create_dmg.sh ]; then
|
if [ ! -f create_dmg.sh ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user