1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import urllib.request, os, time
|
import urllib.request, os, time
|
||||||
from subprocess import *
|
from subprocess import *
|
||||||
from PyQt5 import *
|
from PyQt5 import *
|
||||||
from OfficialProjects.LAUNCHERFILES.KOTIKOTlauncherMain import *
|
|
||||||
|
|
||||||
launchfolder = os.getcwd()
|
launchfolder = os.getcwd()
|
||||||
offprojects = launchfolder + "/OfficialProjects/"
|
offprojects = launchfolder + "/OfficialProjects/"
|
||||||
@@ -21,8 +21,8 @@ urllib.request.urlretrieve(launchergithuburl, "KOTIKOT_launcher.py")
|
|||||||
urllib.request.urlretrieve(launcherguigithuburl, launcherfiles + "KOTIKOTlauncherMain.py")
|
urllib.request.urlretrieve(launcherguigithuburl, launcherfiles + "KOTIKOTlauncherMain.py")
|
||||||
|
|
||||||
################### Launching GUI #####################
|
################### Launching GUI #####################
|
||||||
|
|
||||||
# Popen('python ' + launcherfiles + "KOTIKOTlauncherMain.py", shell=True)
|
# Popen('python ' + launcherfiles + "KOTIKOTlauncherMain.py", shell=True)
|
||||||
|
from OfficialProjects.LAUNCHERFILES.KOTIKOTlauncherMain import *
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import sys
|
import sys
|
||||||
|
|||||||
Reference in New Issue
Block a user