Commit 06843e90 authored by limingzhe's avatar limingzhe

fix: debug

parent 4d911608
{ {"ver":"1.1.2","uuid":"c35bb2f6-f24a-4850-ae44-643f2fdc7541","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
"ver": "1.1.2", \ No newline at end of file
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
...@@ -332,7 +332,6 @@ export default class GameCenter extends cc.Component { ...@@ -332,7 +332,6 @@ export default class GameCenter extends cc.Component {
return item; return item;
}); });
this.gameDataList.length = 1;
this.gameDataList = this.gameDataList.concat(notClickData); this.gameDataList = this.gameDataList.concat(notClickData);
......
...@@ -54,7 +54,7 @@ function execCmd(cmd, params, path) { ...@@ -54,7 +54,7 @@ function execCmd(cmd, params, path) {
let creatorBasePath = 'CocosCreator'; let creatorBasePath = 'CocosCreator';
if (process.platform !== 'win32') { if (process.platform !== 'win32') {
creatorBasePath = "/Applications/CocosCreator/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator"; creatorBasePath = "/Applications/Cocos/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator";
} }
const buildCocos = function (args) { const buildCocos = function (args) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment