Files
ext-rclone-jav/host/register-host.bat
T
admin 2d6a95682f Sync working tree before initial Gitea push
- File reorg: popup/options/bulk-check moved to src/ subdirs
- Shared modules: src/shared/id-extract.js, src/options/options-shared.js
- Host updates: rcjav-host.py + register/install scripts
- .gitignore expanded
2026-05-26 22:42:15 +02:00

11 lines
318 B
Batchfile

@echo off
REM Double-click this to register the native messaging host with Brave.
REM Reads allowed extension IDs from allowed-extension-ids.json, then runs install-host.ps1.
setlocal
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0install-host.ps1"
echo.
echo Done. Press any key to close.
pause >nul