mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-16 08:53:41 -05:00
version: include goos and goarch in version output
This commit is contained in:
parent
252a7bcbd1
commit
800331f536
1 changed files with 1 additions and 1 deletions
|
@ -72,5 +72,5 @@ func init() {
|
|||
builtWith = fmt.Sprintf("built at %s with %s", BuildTime, runtime.Version())
|
||||
}
|
||||
mautrix.DefaultUserAgent = fmt.Sprintf("gomuks/%s %s", Version, mautrix.DefaultUserAgent)
|
||||
Description = fmt.Sprintf("gomuks %s (%s)", Version, builtWith)
|
||||
Description = fmt.Sprintf("gomuks %s on %s/%s (%s)", Version, runtime.GOOS, runtime.GOARCH, builtWith)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue