2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

build-package: change version string printed

This commit is contained in:
Christopher Roy Bratusek 2020-12-29 11:13:29 +01:00
parent c512a0b5c8
commit 691c82c890

View File

@ -5,7 +5,7 @@ version_date=20201029
build_date=$(LANG='en_US' date +"%Y%m%d")
VERSION=${version_code}.${build_date}
VERSION="${version_code}.${version_date} [build ${build_date}]"
CWD=$(readlink -fn "${BASH_SOURCE[0]}")
CWD=$(dirname "${CWD}")