mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 21:39:57 +00:00
Fill automatically the distribution version using the config.h.
This commit is contained in:
parent
bbd14b42b7
commit
eb5462a890
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
dir="`pwd`"
|
||||
version=0.9.1
|
||||
version=$(cat ../config.h | grep VERSION | sed -e 's/.*\"\(.*\)\"/\1/g')
|
||||
distdir=aseprite-$version
|
||||
zip="zip -9"
|
||||
zip_recursive_flag="-r"
|
||||
|
Loading…
x
Reference in New Issue
Block a user