1
This commit is contained in:
@@ -11,4 +11,4 @@ ping -n 3 localhost > nul
|
|||||||
ping -n 3 localhost > nul
|
ping -n 3 localhost > nul
|
||||||
@echo ----- Running installer and downloading Install-KOTIKOT_launcher.py ... ---------------------
|
@echo ----- Running installer and downloading Install-KOTIKOT_launcher.py ... ---------------------
|
||||||
@start python-3.9.4-amd64.exe
|
@start python-3.9.4-amd64.exe
|
||||||
powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py
|
powershell -command iwr https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/LauncherInstaller/Install-KOTIKOT_launcher.py -OutFile Install-KOTIKOT_launcher.py
|
||||||
@@ -6,5 +6,5 @@ kkapps = launchfolder + "\KOTIKOT apps"
|
|||||||
if not os.path.exists(kkapps):
|
if not os.path.exists(kkapps):
|
||||||
os.mkdir(kkapps)
|
os.mkdir(kkapps)
|
||||||
|
|
||||||
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/KOTIKOT_launcher.py'
|
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
|
||||||
urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py")
|
urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py")
|
||||||
|
|||||||
Reference in New Issue
Block a user