mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-23 09:50:27 +08:00
update app
This commit is contained in:
parent
00b58068dc
commit
1efa654e7d
@ -68,7 +68,7 @@ func GetUploadAppNewName(appType int, version, fileName, yamlName string) (strin
|
|||||||
}
|
}
|
||||||
suffixFile := path.Ext(fileName)
|
suffixFile := path.Ext(fileName)
|
||||||
suffixYaml := path.Ext(yamlName)
|
suffixYaml := path.Ext(yamlName)
|
||||||
newFileName = fmt.Sprintf("%s.%s", newFileName, suffixFile)
|
newFileName = fmt.Sprintf("%s%s", newFileName, suffixFile)
|
||||||
newYamlName = fmt.Sprintf("%s.%s", newYamlName, suffixYaml)
|
newYamlName = fmt.Sprintf("%s%s", newYamlName, suffixYaml)
|
||||||
return newFileName, newYamlName, nil
|
return newFileName, newYamlName, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user