1
This commit is contained in:
@@ -3,6 +3,7 @@ import urllib.request, os
|
|||||||
launchfolder = os.getcwd()
|
launchfolder = os.getcwd()
|
||||||
offprojects = launchfolder + "\OfficialProjects"
|
offprojects = launchfolder + "\OfficialProjects"
|
||||||
launcherfiles = launchfolder + "\!LAUNCHERFILES"
|
launcherfiles = launchfolder + "\!LAUNCHERFILES"
|
||||||
|
launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py"
|
||||||
|
|
||||||
################### Checking folders #####################
|
################### Checking folders #####################
|
||||||
if not os.path.exists(offprojects):
|
if not os.path.exists(offprojects):
|
||||||
@@ -11,4 +12,5 @@ if not os.path.exists(offprojects):
|
|||||||
if not os.path.exists(launcherfiles):
|
if not os.path.exists(launcherfiles):
|
||||||
os.mkdir(launcherfiles)
|
os.mkdir(launcherfiles)
|
||||||
|
|
||||||
|
################### Updataing launcher #####################
|
||||||
|
urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py")
|
||||||
|
|||||||
Reference in New Issue
Block a user