forked from Silverfish/proton-bridge
Add OS to app version
This commit is contained in:
committed by
Michal Horejsek
parent
f888176485
commit
9d50a8cef2
@ -29,7 +29,7 @@ import (
|
||||
|
||||
func (c *Config) GetAPIConfig() *pmapi.ClientConfig {
|
||||
return &pmapi.ClientConfig{
|
||||
AppVersion: strings.Title(c.appName) + "_" + c.version,
|
||||
AppVersion: c.getAPIOS() + strings.Title(c.appName) + "_" + c.version,
|
||||
ClientID: c.appName,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user