From 13dd460f1907845e4bd1f97a8b1a2c4f97371718 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Thu, 3 Jun 2021 19:26:59 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 0b230e1..d13548a 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -8,7 +8,7 @@ launcherfiles = offprojects + "/LAUNCHERFILES/" launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" launcherguigithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherMain.py" launcherremindergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherReminder.py" - +launchersettingsgithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/OfficialProjects/LAUNCHERFILES/KOTIKOTlauncherSettings.py" ################### Checking folders ##################### if not os.path.exists(offprojects): @@ -21,6 +21,8 @@ if not os.path.exists(launcherfiles): urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py") urllib.request.urlretrieve(launcherguigithuburl, launcherfiles + "KOTIKOTlauncherMain.py") urllib.request.urlretrieve(launcherremindergithuburl, launcherfiles + "KOTIKOTlauncherReminder.py") +urllib.request.urlretrieve(launchersettingsgithuburl, launcherfiles + "KOTIKOTlauncherSettings.py") + ################### Launching GUI ##################### import OfficialProjects.LAUNCHERFILES.KOTIKOTlauncherMain as kkui