electron.manifest ("singleInstance": true) does not work properly #335

Closed
opened 2026-01-29 16:36:48 +00:00 by claunia · 1 comment
Owner

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 true in the electron.manifest.json, it is not possible to start any more the application either via electronize start command or via exe file from built application.

My expectation for "singleInstance": true is that I can run only one instance of my application.

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 `true` in the electron.manifest.json, it is not possible to start any more the application either via `electronize start` command or via exe file from built application. My expectation for `"singleInstance": true` is that I can run only one instance of my application.
claunia added the bug label 2026-01-29 16:36:48 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (May 31, 2019):

Duplicate of #258

Fixed for the next Electron.NET Update 5.22.13

@GregorBiswanger commented on GitHub (May 31, 2019): Duplicate of #258 Fixed for the next Electron.NET Update 5.22.13
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#335