diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index a4cd366..4379363 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -1,8 +1,8 @@ import urllib.request, os launchfolder = os.getcwd() -offprojects = launchfolder + "\OfficialProjects" -launcherfiles = offprojects + "\!LAUNCHERFILES" +offprojects = launchfolder + "/OfficialProjects" +launcherfiles = offprojects + "/!LAUNCHERFILES" launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" ################### Checking folders #####################