Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLegendary authored Sep 1, 2016
1 parent 7ba84ab commit 24336e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.kootech" name="[COLOR dodgerblue]Kootech[/COLOR] [COLOR white]Updates[/COLOR] " version="0.0.1" provider-name="Kootech">
<addon id="plugin.program.kootech" name="[COLOR dodgerblue]Kootech[/COLOR] [COLOR white]Updates[/COLOR] " version="0.1.6" provider-name="Kootech">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
Expand Down
Binary file modified fanart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ def writeAdvanced():
ver = wiz.checkWizard('version')
zip = wiz.checkWizard('zip')
if ver > VERSION:
yes = DIALOG.yesno(ADDONTITLE, 'There is a new version of the %s!' % ADDONTITLE, 'Would you like to download v%s?' % ver, nolabel='Remind Me Later', yeslabel="Download")
yes = DIALOG.yesno(ADDONTITLE, 'Er is een nieuwe versie van %s!' % ADDONTITLE, 'Wilt u versie %s downloaden?' % ver, nolabel='Nu niet', yeslabel="Download")
if yes:
DP.create(ADDONTITLE,'Downloading Update...','', 'Please Wait')
DP.create(ADDONTITLE,'Aan het downloaden','', 'Even geduld...')
lib=os.path.join(PACKAGES, '%s-%s.zip' % (ADDON_ID, ver))
try: os.remove(lib)
except: pass
Expand Down
4 changes: 2 additions & 2 deletions uservar.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
### AUTO UPDATE #########################################
########## FOR THOSE WITH NO REPO #######################
# Enable Auto Update 'Yes' or 'No'
AUTOUPDATE = 'No'
AUTOUPDATE = 'Yes'
# Url to wizard version
WIZARDFILE = ''
WIZARDFILE = 'http://kodikootech.com/Repo/builds.txt'
#########################################################

#########################################################
Expand Down
Binary file modified uservar.pyo
Binary file not shown.

0 comments on commit 24336e2

Please sign in to comment.