mirror of
https://github.com/ILoveBingLu/CipherTalk.git
synced 2026-05-20 19:40:32 +08:00
修复打包
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user