We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bab777 commit d379be3Copy full SHA for d379be3
install.bat
@@ -0,0 +1,3 @@
1
+@echo off
2
+cd host
3
+call install_host.bat
readme.txt
@@ -0,0 +1,4 @@
+Extract this folder and run 'install.bat' to install the native application.
+
+If the native-host does not launch after clicking 'connect to ai' in the extension , make sure that this key exists in the registry:
4
+HKCU\Software\Google\Chrome\NativeMessagingHosts\com.google.chrome.example.echo . Try running install_host.bat in the host directory directly.
0 commit comments