2d6a95682f
- 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
11 lines
318 B
Batchfile
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
|