PR #579: Windows Electron desktop build compatibility (prasairaul-del); native worker process fallback for non-tmux platforms
This commit is contained in:
@@ -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}',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user