diff --git a/addon.xml b/addon.xml index d53ae18..babe381 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/fanart.jpg b/fanart.jpg index 01361f9..be09f10 100644 Binary files a/fanart.jpg and b/fanart.jpg differ diff --git a/startup.py b/startup.py index df542f8..b78eeb2 100644 --- a/startup.py +++ b/startup.py @@ -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 diff --git a/uservar.py b/uservar.py index 6117bd9..1f4ea72 100644 --- a/uservar.py +++ b/uservar.py @@ -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' ######################################################### ######################################################### diff --git a/uservar.pyo b/uservar.pyo index 213d540..d38074b 100644 Binary files a/uservar.pyo and b/uservar.pyo differ