This commit is contained in:
BarsTiger
2021-04-23 14:01:45 +03:00
parent 79a46000e7
commit 0f4a46bf37

View File

@@ -3,6 +3,7 @@ import urllib.request, os
launchfolder = os.getcwd()
offprojects = launchfolder + "\OfficialProjects"
launcherfiles = launchfolder + "\!LAUNCHERFILES"
launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py"
################### Checking folders #####################
if not os.path.exists(offprojects):
@@ -11,4 +12,5 @@ if not os.path.exists(offprojects):
if not os.path.exists(launcherfiles):
os.mkdir(launcherfiles)
################### Updataing launcher #####################
urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py")