From aeff51740f0b478b067e089a8b0cd76eb64ba6a4 Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Fri, 23 Apr 2021 13:17:36 +0300 Subject: [PATCH 1/3] Delete Install KOTIKOT_launcher and Python 3.9.4.bat --- .../Install KOTIKOT_launcher and Python 3.9.4.bat | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat diff --git a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat deleted file mode 100644 index 9f1933e..0000000 --- a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat +++ /dev/null @@ -1,14 +0,0 @@ -@echo off -@echo ----- Downloadig Python from official site -------------------------------------------------- -@echo ----- python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe ------------------------------------ -powershell -command iwr https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe -OutFile python-3.9.4-amd64.exe -@echo ----- After installing python, run Install-KOTIKOT_launcher to install KOTIKOT_launcher ----- -@echo off -ping -n 3 localhost > nul -ping -n 3 localhost > nul -ping -n 3 localhost > nul -ping -n 3 localhost > nul -ping -n 3 localhost > nul -@echo ----- Running installer and downloading Install-KOTIKOT_launcher.py ... --------------------- -@start python-3.9.4-amd64.exe -powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py \ No newline at end of file From 0d3c75318fed40f6a38d786fa63e3a4167fd49a3 Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Fri, 23 Apr 2021 13:17:41 +0300 Subject: [PATCH 2/3] Delete Install-KOTIKOT_launcher.py --- LauncherInstaller/Install-KOTIKOT_launcher.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 LauncherInstaller/Install-KOTIKOT_launcher.py diff --git a/LauncherInstaller/Install-KOTIKOT_launcher.py b/LauncherInstaller/Install-KOTIKOT_launcher.py deleted file mode 100644 index a8e120c..0000000 --- a/LauncherInstaller/Install-KOTIKOT_launcher.py +++ /dev/null @@ -1,10 +0,0 @@ -import urllib.request, os - -launchfolder = os.getcwd() -kkapps = launchfolder + "\KOTIKOT apps" - -if not os.path.exists(kkapps): - os.mkdir(kkapps) - -launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/KOTIKOT_launcher.py' -urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py") From 1e71a29d489eff32411df640b0acec036fb32a43 Mon Sep 17 00:00:00 2001 From: BarsTiger <60313248+BarsTiger@users.noreply.github.com> Date: Fri, 23 Apr 2021 13:17:48 +0300 Subject: [PATCH 3/3] Delete KOTIKOT_launcher.py --- KOTIKOT_launcher.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 KOTIKOT_launcher.py diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py deleted file mode 100644 index 950bf1a..0000000 --- a/KOTIKOT_launcher.py +++ /dev/null @@ -1,7 +0,0 @@ -import urllib.request, os - -launchfolder = os.getcwd() -offprojects = launchfolder + "\OfficialProjects" - -if not os.path.exists(offprojects): - os.mkdir(offprojects) \ No newline at end of file