|
@@ -256,7 +256,7 @@ func main() {
|
|
Type: appVersion.AppType,
|
|
Type: appVersion.AppType,
|
|
Key: appVersion.Name,
|
|
Key: appVersion.Name,
|
|
InstCount: appVersion.InstCount,
|
|
InstCount: appVersion.InstCount,
|
|
- }, "./")
|
|
|
|
|
|
+ }, "app.json")
|
|
if err != nil {
|
|
if err != nil {
|
|
fmt.Println("更新app.json错误: ", err)
|
|
fmt.Println("更新app.json错误: ", err)
|
|
}
|
|
}
|