mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Fix version string for local dev
This commit is contained in:
3
main.go
3
main.go
@ -51,8 +51,9 @@ func main() {
|
|||||||
} else {
|
} else {
|
||||||
config.GitCommit = time.Now().Format("20060102")
|
config.GitCommit = time.Now().Format("20060102")
|
||||||
}
|
}
|
||||||
|
if BuildPlatform != "" {
|
||||||
config.BuildPlatform = BuildPlatform
|
config.BuildPlatform = BuildPlatform
|
||||||
|
}
|
||||||
log.Infoln(config.GetReleaseString())
|
log.Infoln(config.GetReleaseString())
|
||||||
|
|
||||||
// Allows a user to restore a specific database backup
|
// Allows a user to restore a specific database backup
|
||||||
|
|||||||
Reference in New Issue
Block a user