[PR #996] [MERGED] Fix ElectronSingleInstance handling #1407

Open
opened 2026-01-29 17:00:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/996
Author: @softworkz
Created: 12/18/2025
Status: Merged
Merged: 12/18/2025
Merged by: @FlorianRappl

Base: developHead: submit_singleinstance


📝 Commits (1)

  • 30037fc Fix ElectronSingleInstance handling

📊 Changes

5 files changed (+6 additions, -10 deletions)

View changed files

📝 src/ElectronNET.API/Runtime/Data/BuildInfo.cs (+1 -1)
📝 src/ElectronNET.API/Runtime/StartupManager.cs (+2 -6)
📝 src/ElectronNET.Host/main.js (+1 -1)
📝 src/ElectronNET/build/ElectronNET.LateImport.targets (+1 -1)
📝 src/ElectronNET/build/package.template.json (+1 -1)

📄 Description

Supersedes https://github.com/ElectronNET/Electron.NET/pull/994


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/996 **Author:** [@softworkz](https://github.com/softworkz) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/18/2025 **Merged by:** [@FlorianRappl](https://github.com/FlorianRappl) **Base:** `develop` ← **Head:** `submit_singleinstance` --- ### 📝 Commits (1) - [`30037fc`](https://github.com/ElectronNET/Electron.NET/commit/30037fce69e146cf1ccf403297259d17ad837968) Fix ElectronSingleInstance handling ### 📊 Changes **5 files changed** (+6 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/ElectronNET.API/Runtime/Data/BuildInfo.cs` (+1 -1) 📝 `src/ElectronNET.API/Runtime/StartupManager.cs` (+2 -6) 📝 `src/ElectronNET.Host/main.js` (+1 -1) 📝 `src/ElectronNET/build/ElectronNET.LateImport.targets` (+1 -1) 📝 `src/ElectronNET/build/package.template.json` (+1 -1) </details> ### 📄 Description Supersedes https://github.com/ElectronNET/Electron.NET/pull/994 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:00:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1407