First hook

This commit is contained in:
√(noham)²
2026-05-07 15:12:05 +02:00
commit 86f8dbe99a
13 changed files with 693 additions and 0 deletions

10
scripts/install-hook.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
set SCRIPT_DIR=%~dp0
powershell.exe ^
-NoProfile ^
-ExecutionPolicy Bypass ^
-File "%SCRIPT_DIR%install-hook.ps1" ^
%*
pause