xiongzhu 4 年之前
父节点
当前提交
ef33a9399b
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      gulpfile.js

+ 11 - 0
gulpfile.js

@@ -1589,6 +1589,17 @@ function make_def_config(cb) {
             }
             }
         }
         }
     });
     });
+    fs.writeFileSync(
+        path.resolve(
+            __dirname,
+            "target",
+            "o2server",
+            "commons",
+            "ext",
+            "manifest.cfg"
+        ),
+        manifest
+    );
 
 
     cb();
     cb();
 }
 }