1
This commit is contained in:
@@ -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)
|
||||
# call('start python ' + launcherfiles + "KOTIKOTlauncherMain.py", shell=True)
|
||||
Popen('python ' + launcherfiles + "KOTIKOTlauncherMain.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)
|
||||
|
||||
Reference in New Issue
Block a user