From 6006d8e31835b301503b5d0ff1c431e8d943c9b0 Mon Sep 17 00:00:00 2001 From: DIvan2000 Date: Fri, 19 Sep 2025 20:16:06 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.cmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.cmd | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.cmd diff --git a/install.cmd b/install.cmd new file mode 100644 index 0000000..d6ef900 --- /dev/null +++ b/install.cmd @@ -0,0 +1,3 @@ +@echo off +powershell -ExecutionPolicy Bypass -File "%~dp0install.ps1" +pause \ No newline at end of file