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