From 725c95aaa47b7d7c784555045aa925038e76571a Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 1 Jun 2021 15:43:55 +0300 Subject: [PATCH] 1 --- KOTIKOT_launcher.py | 3 ++- LauncherInstaller/Install-KOTIKOT_launcher.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/KOTIKOT_launcher.py b/KOTIKOT_launcher.py index 47b61ce..2b37b92 100644 --- a/KOTIKOT_launcher.py +++ b/KOTIKOT_launcher.py @@ -20,4 +20,5 @@ urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py") urllib.request.urlretrieve(launcherguigithuburl, launcherfiles + "KOTIKOTlauncherMain.py") ################### Launching GUI ##################### -call('start python ' + launcherfiles + "KOTIKOTlauncherMain.py", shell=True) \ No newline at end of file +# call('start python ' + launcherfiles + "KOTIKOTlauncherMain.py", shell=True) +Popen('python ' + launcherfiles + "KOTIKOTlauncherMain.py") diff --git a/LauncherInstaller/Install-KOTIKOT_launcher.py b/LauncherInstaller/Install-KOTIKOT_launcher.py index c183a9d..d72bdf7 100644 --- a/LauncherInstaller/Install-KOTIKOT_launcher.py +++ b/LauncherInstaller/Install-KOTIKOT_launcher.py @@ -1,7 +1,7 @@ import urllib.request, os, subprocess, sys launchfolder = os.getcwd() -kkapps = launchfolder + "/KOTIKOT apps" +kkapps = launchfolder + "/KOTIKOTapps" if not os.path.exists(kkapps): os.mkdir(kkapps)