From b1aff61b6a35959ab0717f57f2951e7af81d4304 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 1 Jun 2021 12:24:34 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #####################