Добавить install.cmd

This commit is contained in:
DIvan2000 2025-09-19 20:16:06 +04:00
parent f800d92585
commit 6006d8e318

3
install.cmd Normal file
View File

@ -0,0 +1,3 @@
@echo off
powershell -ExecutionPolicy Bypass -File "%~dp0install.ps1"
pause