From d3f959e60bc96bbdc04fc24df32373ba4a6e022c Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 23 Apr 2021 14:03:57 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index afe644c..803c47a 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -2,7 +2,7 @@ import urllib.request, os launchfolder = os.getcwd() offprojects = launchfolder + "\OfficialProjects" -launcherfiles = launchfolder + "\!LAUNCHERFILES" +launcherfiles = offprojects + "\!LAUNCHERFILES" launchergithuburl = "https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py" ################### Checking folders #####################