mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
update app
This commit is contained in:
@@ -70,5 +70,8 @@ func GetUploadAppNewName(appType int, version, fileName, yamlName string) (strin
|
||||
suffixYaml := path.Ext(yamlName)
|
||||
newFileName = fmt.Sprintf("%s%s", newFileName, suffixFile)
|
||||
newYamlName = fmt.Sprintf("%s%s", newYamlName, suffixYaml)
|
||||
if yamlName == "" {
|
||||
newYamlName = ""
|
||||
}
|
||||
return newFileName, newYamlName, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user