use .git for enabling dev mode

This commit is contained in:
mac12m99
2019-05-09 20:55:51 +02:00
parent 5df7ba79e7
commit ab6fd69088
2 changed files with 1 additions and 2 deletions

1
.dev
View File

@@ -1 +0,0 @@

View File

@@ -333,7 +333,7 @@ if __name__ == "__main__":
# Verificar quick-fixes al abrirse Kodi, y dejarlo corriendo como Thread
if not os.path.isfile(config.get_runtime_path() + '/.dev'):
if not os.path.isdir(config.get_runtime_path() + '/.git'):
logger.info("DEV MODE OFF")
from platformcode import updater
updater.check_addon_init()