mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/functions: add hour, minute, second to builddate and version string
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e0b18948bf
commit
7570a479e0
@ -116,7 +116,7 @@ add_group() {
|
||||
|
||||
get_version() {
|
||||
|
||||
BUILD_DATE=`date +%Y%m%d`
|
||||
BUILD_DATE=`date +%Y%m%d%H%M%S`
|
||||
|
||||
if [ "$OPENELEC_VERSION" = devel -o "$OPENELEC_VERSION" = debug ]; then
|
||||
GIT_BUILD=`git log --pretty=format:'' | wc -l`
|
||||
|
Loading…
x
Reference in New Issue
Block a user