mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
feat: hyperbole build script
This commit is contained in:
parent
393e0d00f2
commit
cefe5d9f76
3 changed files with 454 additions and 4 deletions
|
@ -23,9 +23,11 @@ var (
|
|||
// These values will be injected by the build system
|
||||
appVersion = "Unknown"
|
||||
appDate = "Unknown"
|
||||
appType = "Unknown"
|
||||
appCommit = "Unknown"
|
||||
|
||||
appVersionLong = fmt.Sprintf("Version:\t%s\nBuildDate:\t%s\nCommitHash:\t%s", appVersion, appDate, appCommit)
|
||||
appVersionLong = fmt.Sprintf("Version:\t%s\nBuildDate:\t%s\nBuildType:\t%s\nCommitHash:\t%s",
|
||||
appVersion, appDate, appType, appCommit)
|
||||
)
|
||||
|
||||
var logger *zap.Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue