From 6991efaa85c56c0ba49a217772b8029c01af41eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=A4=A7=E5=BE=B7?= Date: Tue, 24 Oct 2023 20:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=81=97=E7=95=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/clear_hashes.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/clear_hashes.js b/scripts/clear_hashes.js index 8f61c17..9c3e028 100644 --- a/scripts/clear_hashes.js +++ b/scripts/clear_hashes.js @@ -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) {