xiongzhu hace 4 años
padre
commit
ef33a9399b
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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();
 }