From 49e748f3bf34ba0d05f25c0ec57e19876f8abf90 Mon Sep 17 00:00:00 2001 From: ILoveBinglu Date: Tue, 7 Apr 2026 00:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/run-electron-builder.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-electron-builder.cjs b/scripts/run-electron-builder.cjs index bf640ee..fef66aa 100644 --- a/scripts/run-electron-builder.cjs +++ b/scripts/run-electron-builder.cjs @@ -13,7 +13,7 @@ const configPath = path.join(__dirname, 'electron-builder.config.cjs') const result = spawnSync( process.execPath, - [cliPath, `--${target}`, '--config', configPath, '--publish', 'never'], + [cliPath, `--${target}`, '--config', configPath], { stdio: 'inherit', env: {