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:
parent
c512a0b5c8
commit
691c82c890
@ -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}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user