We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2170c8b commit 04f9f4fCopy full SHA for 04f9f4f
Extensions/install-nmh.ps1
@@ -31,7 +31,7 @@ $NMH_MANIFEST = @"
31
# }
32
# "@
33
34
-$NMH_MANIFEST | Out-File -FilePath $PATH_TO_NMHOST
+$NMH_MANIFEST | Out-File -FilePath $PATH_TO_NMHOST -Encoding utf8
35
36
$REG_PATH = "HKCU\Software\Google\Chrome\NativeMessagingHosts"
37
# $FIREFOX_REG_PATH = "HKCU\Software\Mozilla\NativeMessagingHosts"
0 commit comments