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")