mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Change Mac OS X dmg package name
This commit is contained in:
parent
d7125f9cae
commit
da9f9dfd47
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
dir="`pwd`"
|
dir="`pwd`"
|
||||||
version=$(cat ../config.h | grep VERSION | sed -e 's/.*\"\(.*\)\"/\1/g')
|
version=$(cat ../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
|
||||||
echo You must run create_dmg.sh from scripts/ directory
|
echo You must run create_dmg.sh from scripts/ directory
|
||||||
|
Loading…
Reference in New Issue
Block a user