mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user