diff --git a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.5.bat b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.5.bat index 8d38ab9..c19ec0f 100644 --- a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.5.bat +++ b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.5.bat @@ -7,7 +7,7 @@ ping -n 3 localhost > nul ping -n 3 localhost > nul @echo ----- Downloadig Python from official site -------------------------------------------------- @echo ----- python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe ------------------------------------ -powershell -command iwr https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe -OutFile python-3.9.5-amd64.exe +powershell -command iwr https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe -OutFile python.exe @echo ----- After installing python, run Install-KOTIKOT_launcher to install KOTIKOT_launcher ----- @echo off ping -n 3 localhost > nul @@ -16,4 +16,4 @@ ping -n 3 localhost > nul ping -n 3 localhost > nul ping -n 3 localhost > nul @echo ----- Running installer... ------------------------------------------------------------------ -@start python-3.9.4-amd64.exe \ No newline at end of file +@start python.exe \ No newline at end of file diff --git a/LauncherInstaller/Installation.txt b/LauncherInstaller/Installation.txt new file mode 100644 index 0000000..e69de29 diff --git a/LauncherInstaller/Установка.txt b/LauncherInstaller/Установка.txt new file mode 100644 index 0000000..a0e759f --- /dev/null +++ b/LauncherInstaller/Установка.txt @@ -0,0 +1,3 @@ +Скопируйте файл Install KOTIKOT_launcher and Python x.x.x.bat в папку с вашими приложениями +(например, ProgramFiles или где удобнее, но в ProgramFiles работает нестабильно, лучше потом скопируйте папку KOTIKOTapps туда) +Запустите его \ No newline at end of file