修复打包

This commit is contained in:
ILoveBinglu
2026-04-07 00:19:02 +08:00
parent 46cca6038c
commit 49e748f3bf
+1 -1
View File
@@ -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: {