NativeMessagingHosts registry key should be application name

This commit is contained in:
hensm
2019-03-06 18:22:10 +00:00
parent 46ad73920d
commit 04a5284fdc

View File

@@ -1,6 +1,6 @@
!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}}"
Name "{{applicationName}} v{{applicationVersion}}"