Bladeren bron

added update-registry scripts

Gildas 5 jaren geleden
bovenliggende
commit
13181fb098
2 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. 2 0
      companion/win/chrome/update-registry.bat
  2. 3 0
      companion/win/firefox/update-registry.bat

+ 2 - 0
companion/win/chrome/update-registry.bat

@@ -0,0 +1,2 @@
+@echo off
+reg add "HKLM\Google\Chrome\NativeMessagingHosts\singlefile_companion" /ve /t REG_SZ /d "%~dp0\singlefile_companion.json" /f

+ 3 - 0
companion/win/firefox/update-registry.bat

@@ -0,0 +1,3 @@
+@echo off
+reg add "HKCU\Software\Mozilla\NativeMessagingHosts\singlefile_companion" /ve /t REG_SZ /d "%~dp0\singlefile_companion.json" /f
+reg add "HKLM\Software\Mozilla\NativeMessagingHosts\singlefile_companion" /ve /t REG_SZ /d "%~dp0\singlefile_companion.json" /f