PR #579: Windows Electron desktop build compatibility (prasairaul-del); native worker process fallback for non-tmux platforms

This commit is contained in:
Aurora
2026-06-05 05:09:58 -04:00
parent 1e817d919c
commit 287eef5c62
6 changed files with 361 additions and 33 deletions

View File

@@ -38,7 +38,8 @@ module.exports = {
],
},
win: {
target: [{ target: 'nsis', arch: ['x64'] }],
target: ['portable', 'nsis'],
executableName: 'hermes-workspace',
},
nsis: {
oneClick: true,
@@ -54,4 +55,5 @@ module.exports = {
},
asar: false,
compression: 'maximum',
artifactName: 'hermes-workspace-setup-${version}.${ext}',
}