fix duplicate sockets, fix dll build error
This commit is contained in:
@ -160,7 +160,9 @@ app.on('window-all-closed', () => {
|
||||
app
|
||||
.whenReady()
|
||||
.then(() => {
|
||||
pythonManager.start();
|
||||
if (app.isPackaged) {
|
||||
pythonManager.start();
|
||||
}
|
||||
createWindow();
|
||||
app.on('activate', () => {
|
||||
// On macOS it's common to re-create a window in the app when the
|
||||
|
||||
Reference in New Issue
Block a user