1
This commit is contained in:
@@ -8,7 +8,7 @@ launcherfiles = offprojects + "/LAUNCHERFILES/"
|
|||||||
launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py"
|
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"
|
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"
|
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 #####################
|
################### Checking folders #####################
|
||||||
if not os.path.exists(offprojects):
|
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(launchergithuburl, "KOTIKOT_launcher.py")
|
||||||
urllib.request.urlretrieve(launcherguigithuburl, launcherfiles + "KOTIKOTlauncherMain.py")
|
urllib.request.urlretrieve(launcherguigithuburl, launcherfiles + "KOTIKOTlauncherMain.py")
|
||||||
urllib.request.urlretrieve(launcherremindergithuburl, launcherfiles + "KOTIKOTlauncherReminder.py")
|
urllib.request.urlretrieve(launcherremindergithuburl, launcherfiles + "KOTIKOTlauncherReminder.py")
|
||||||
|
urllib.request.urlretrieve(launchersettingsgithuburl, launcherfiles + "KOTIKOTlauncherSettings.py")
|
||||||
|
|
||||||
|
|
||||||
################### Launching GUI #####################
|
################### Launching GUI #####################
|
||||||
import OfficialProjects.LAUNCHERFILES.KOTIKOTlauncherMain as kkui
|
import OfficialProjects.LAUNCHERFILES.KOTIKOTlauncherMain as kkui
|
||||||
|
|||||||
Reference in New Issue
Block a user