From 7e1a70e0e38406b6e328a36065ca957b9c836cce Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 3 May 2022 09:55:01 +0300 Subject: [PATCH] Updated installer to python 3.10.4 --- ...0.3.bat => Install KOTIKOT_launcher and Python 3.10.4.bat} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename LauncherInstaller/{Install KOTIKOT_launcher and Python 3.10.3.bat => Install KOTIKOT_launcher and Python 3.10.4.bat} (81%) diff --git a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.10.3.bat b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.10.4.bat similarity index 81% rename from LauncherInstaller/Install KOTIKOT_launcher and Python 3.10.3.bat rename to LauncherInstaller/Install KOTIKOT_launcher and Python 3.10.4.bat index e09d20f..ef61fda 100644 --- a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.10.3.bat +++ b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.10.4.bat @@ -6,8 +6,8 @@ ping -n 3 localhost > nul ping -n 3 localhost > nul ping -n 3 localhost > nul @echo ----- Downloadig Python from official site -------------------------------------------------- -@echo ----- python.org/ftp/python/3.10.3/python-3.10.3-amd64.exe ------------------------------------ -powershell -command iwr https://www.python.org/ftp/python/3.10.3/python-3.10.3-amd64.exe -OutFile python.exe +@echo ----- python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe ---------------------------------- +powershell -command iwr https://python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe -OutFile python.exe @echo ----- After installing python, run Install-KOTIKOT_launcher to install KOTIKOT_launcher ----- @echo off ping -n 3 localhost > nul