sunsheng 1 жил өмнө
parent
commit
1eb882f502
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -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)
 		}