This commit is contained in:
guoqing.zhu 2022-06-08 11:33:55 +08:00
parent 50da32dfd6
commit 59ab9ff884
2 changed files with 7 additions and 9 deletions

View File

@ -47,8 +47,8 @@
},
"_scale": {
"__type__": "cc.Vec3",
"x": 0.5279307895527016,
"y": 0.5279307895527016,
"x": 0.49544213482442406,
"y": 0.49544213482442406,
"z": 1
},
"_quat": {
@ -13997,7 +13997,7 @@
"__id__": 411
}
],
"_active": false,
"_active": true,
"_level": 2,
"_components": [
{

View File

@ -2,8 +2,8 @@ var fs = require('fs');
var path = require('path');
var crypto = require('crypto');
var url = 'https://www.cebg.games/pubgv4/';
// var url = 'https://www.cebg.games/pubgv4/';
var url = 'https://test.kingsome.cn/game2006/test/';
var manifest = {
packageUrl: url,
@ -14,9 +14,8 @@ var manifest = {
searchPaths: [],
};
var dest = './hotupdate/';
var src = './build/jsb-link/';
var dest = './hotupdate/';
var src = './build/jsb-link/';
// Parse arguments
var i = 2;
while (i < process.argv.length) {
@ -33,7 +32,6 @@ while (i < process.argv.length) {
break;
case '--version':
case '-v':
manifest.version = process.argv[i + 1];
// manifest.packageUrl = url + manifest.version + "/";
// manifest.remoteManifestUrl =