This commit is contained in:
BarsTiger
2021-04-23 14:03:57 +03:00
parent 0f4a46bf37
commit d3f959e60b

View File

@@ -2,7 +2,7 @@ import urllib.request, os
launchfolder = os.getcwd() launchfolder = os.getcwd()
offprojects = launchfolder + "\OfficialProjects" offprojects = launchfolder + "\OfficialProjects"
launcherfiles = launchfolder + "\!LAUNCHERFILES" 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"
################### Checking folders ##################### ################### Checking folders #####################