mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-05 17:16:41 +00:00
Add build number back for local builds
I couldn't find a more efficient way to do this
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
author={{ author | default("unknown") }}
|
||||
|
||||
buildNumber={{ buildNumber }}
|
||||
buildNumber={{ buildNumber | default("unknown") }}
|
||||
|
||||
date={{ date }}
|
||||
|
||||
gitCommit={{ gitCommit | default("unknown") }}
|
||||
|
||||
gitHead={{ gitHead | default("unknown") }}
|
||||
|
||||
gitCommit={{ gitCommit | default("unknown") }}
|
Reference in New Issue
Block a user