You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application I use electron-updater 2.20.1 and electron-builder 20.0.7.
When the application receives the update, which it closes to install, windows opens the taskkill.exe to kill the open process for installation. OK. But the taskkill is fixing the following error:
ERROR: Process with PID 2728 <child process of PID 6024> could not be finalized.
Reason: The process can not finalize itself.
SUCCESS: The process with PID 5660 <PID child process 2768> has been finalized.
[...]
I do not understand why this error, since the installer I understand does not work as ChildProcess.
Can someone help me?
The text was updated successfully, but these errors were encountered:
In my application I use electron-updater 2.20.1 and electron-builder 20.0.7.
When the application receives the update, which it closes to install, windows opens the taskkill.exe to kill the open process for installation. OK. But the taskkill is fixing the following error:
I do not understand why this error, since the installer I understand does not work as ChildProcess.
Can someone help me?
The text was updated successfully, but these errors were encountered: