fix duplicate sockets, fix dll build error

This commit is contained in:
michalcourson
2026-03-01 10:23:54 -05:00
parent 39395fd846
commit 801966e8d8
8 changed files with 588 additions and 146 deletions

View File

@ -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