Updated windows installer to Python 3.10.1, now supported

This commit is contained in:
BarsTiger
2022-01-06 17:26:39 +02:00
parent 1f9d1e05a3
commit 5073f88b5a

View File

@@ -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.9.9/python-3.9.9-amd64.exe ------------------------------------
powershell -command iwr https://www.python.org/ftp/python/3.9.9/python-3.9.9-amd64.exe -OutFile python.exe
@echo ----- python.org/ftp/python/3.10.1/python-3.10.1-amd64.exe ------------------------------------
powershell -command iwr https://www.python.org/ftp/python/3.10.1/python-3.10.1-amd64.exe -OutFile python.exe
@echo ----- After installing python, run Install-KOTIKOT_launcher to install KOTIKOT_launcher -----
@echo off
ping -n 3 localhost > nul