service/SdkInstall.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service/SdkInstall.go
@@ -158,8 +158,8 @@ if util.Exists(unPackPath+sdkType+"/zconf/"+sdkType+".json") { util.CopyFile(unPackPath+sdkType+"/zconf/"+sdkType+".json", zconfPath+sdkType+".json") } if util.DirExists(unPackPath+sdkType+"/"+sdkType) { if _,cE := util.CopyDirByCmd(unPackPath+sdkType+"/"+sdkType, libPath);cE != nil { if util.DirExists(unPackPath+sdkType) { if _,cE := util.CopyDirByCmd(unPackPath+sdkType, libPath);cE != nil { return false, cE } }