From f3909ed6310b3105dea5ed9a5ec1a65f43b2798f Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 13:41:03 +0300 Subject: [PATCH] 1 --- LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat | 2 +- LauncherInstaller/Install-KOTIKOT_launcher.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat index 9f1933e..e391d1b 100644 --- a/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat +++ b/LauncherInstaller/Install KOTIKOT_launcher and Python 3.9.4.bat @@ -11,4 +11,4 @@ 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 +powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py \ No newline at end of file diff --git a/LauncherInstaller/Install-KOTIKOT_launcher.py b/LauncherInstaller/Install-KOTIKOT_launcher.py index a8e120c..2c74f01 100644 --- a/LauncherInstaller/Install-KOTIKOT_launcher.py +++ b/LauncherInstaller/Install-KOTIKOT_launcher.py @@ -6,5 +6,5 @@ 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' +launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py' urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py")