diff --git a/main.js b/main.js index 837a200..cd0c989 100644 --- a/main.js +++ b/main.js @@ -20,15 +20,12 @@ app.whenReady().then(() => { Factory.get(param.workflow) Factory.workflow.run(param.application, param, tmp) }) - console.log(process.platform) createWindow() app.on('window-all-closed', () => { - if (process.platform !== 'darwin' && process.platform !== 'ventura') app.quit() + app.quit() }) }) app.on('window-all-closed', () => { - if (process.platform !== 'darwin' && process.platform !== 'ventura') { - app.quit() - } + app.quit() }) \ No newline at end of file