mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
electron.manifest ("singleInstance": true) does not work properly #335
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tum4ik on GitHub (May 31, 2019).
Version:
ElectronNET.CLI Version: 5.22.12.0
ElectronNET.API Version: 5.22.12
.NET Core Version: 2.2.300
Node.js Version: 8.11.3
Target:
Windows
If I set "singleInstance" property to
truein the electron.manifest.json, it is not possible to start any more the application either viaelectronize startcommand or via exe file from built application.My expectation for
"singleInstance": trueis that I can run only one instance of my application.@GregorBiswanger commented on GitHub (May 31, 2019):
Duplicate of #258
Fixed for the next Electron.NET Update 5.22.13