Dev new system, launcher will not work until update

This commit is contained in:
BarsTiger
2022-03-18 22:00:36 +02:00
parent e211f5ac19
commit 6e86136ae9
21 changed files with 231 additions and 150 deletions

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.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 ----- 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 ----- After installing python, run Install-KOTIKOT_launcher to install KOTIKOT_launcher -----
@echo off
ping -n 3 localhost > nul