From 5dfd0735d24b2075a6b6b23e64d37e2eafcbb145 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 16 Jan 2020 20:31:00 +0200 Subject: [PATCH] update --- NeoBoot/files/tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index b3dd28d..7b25da7 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -27,8 +27,9 @@ import os import time import sys import struct, shutil +LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' -PLUGINVERSION = '5.00' +PLUGINVERSION = '8.00' neoboot = getNeoLocation()