mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
NativeMessagingHosts registry key should be application name
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
!include LogicLib.nsh
|
!include LogicLib.nsh
|
||||||
|
|
||||||
!define MANIFEST_KEY "Software\Mozilla\NativeMessagingHosts\{{manifestName}}"
|
!define MANIFEST_KEY "Software\Mozilla\NativeMessagingHosts\{{applicationName}}"
|
||||||
!define UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\{{winRegistryKey}}"
|
!define UNINSTALL_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\{{winRegistryKey}}"
|
||||||
|
|
||||||
Name "{{applicationName}} v{{applicationVersion}}"
|
Name "{{applicationName}} v{{applicationVersion}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user