Delete Install-KOTIKOT_launcher.py

This commit is contained in:
BarsTiger
2021-04-23 13:05:57 +03:00
committed by GitHub
parent aaaff44458
commit 00c5ecbb63

View File

@@ -1,10 +0,0 @@
import urllib.request, os
launchfolder = os.getcwd()
kkapps = launchfolder + "\KOTIKOT apps"
if not os.path.exists(kkapps):
os.mkdir(kkapps)
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOT_launcher/master/KOTIKOT_launcher.py'
urllib.request.urlretrieve(launcherurl, kkapps + "\KOTIKOT_launcher.py")