From 75437655ca631e66688d0f04e151c22ccf8e3704 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 20 Jul 2026 12:06:48 -0400 Subject: [PATCH] add protocol handling to windows --- windows/installer.iss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/installer.iss b/windows/installer.iss index c5004c3..22f4dcf 100644 --- a/windows/installer.iss +++ b/windows/installer.iss @@ -14,4 +14,8 @@ Source: "..\build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: recurs [Icons] Name: "{group}\Nexus"; Filename: "{app}\nexus.exe" -Name: "{commondesktop}\Nexus"; Filename: "{app}\nexus.exe" \ No newline at end of file +Name: "{commondesktop}\Nexus"; Filename: "{app}\nexus.exe" + +[Registry] +Root: HKCU; Subkey: "Software\Classes\nexus.federated.nexus"; ValueType: string; ValueName: "URL Protocol"; ValueData: "" +Root: HKCU; Subkey: "Software\Classes\nexus.federated.nexus\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\nexus.exe"" ""%1""" \ No newline at end of file