处理遗留代码
This commit is contained in:
parent
a810e9d6c4
commit
6991efaa85
@ -4,7 +4,9 @@ var helpers = require('./helpers');
|
||||
|
||||
module.exports = function (context) {
|
||||
var fs = require('fs');
|
||||
var fileList = ['AssetsIntegrity', 'ResIntegrity', 'ApkIntegrity'];
|
||||
var fileList = ['AssetsIntegrity',
|
||||
//'ResIntegrity',
|
||||
'ApkIntegrity'];
|
||||
process.stdout.write('[完整性检验] Clearing assets hash from previous build\n');
|
||||
|
||||
helpers.getPlatformsList(context).forEach(function (platform) {
|
||||
|
Loading…
Reference in New Issue
Block a user