-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not kill an existing daemon, but check if one exists #973
Conversation
This will wait for electron-userland/electron-builder@ad199c4 to be released. |
@IGassmann are you sure daemon killing actually happens? Is it default behavior? I'm relatively confident that if I launch |
👍 |
@IGassmann does electron builder need to be updated again after the latest commit in: electron-userland/electron-builder#2516 |
@tzarebczan Yes, I'm waiting for 20.5.0 to be released for upgrading. It'll also solve this: electron-userland/electron-builder#2670. Thanks for notifying me. |
This removes the functionality of killing an existing daemon and instead checks for an existing one and connect to it.
This will also close #298.