From 41ad5614e92df7f59f8c5db41c9d830a32ab8906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 22 Nov 2021 15:47:08 +0800 Subject: [PATCH] chore: UPDATE log --- scripts/build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.mjs b/scripts/build.mjs index b3d84d3..2e3b07e 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -28,7 +28,7 @@ async function packElectron() { // if you want to build windows platform // targets: Platform.WINDOWS.createTarget(), }).then(result => { - console.log(TAG, 'WINDOWS:', chalk.green(result)) + console.log(TAG, 'files:', chalk.green(result)) }) }