[web] checking if the nativefier version exists

This commit is contained in:
Vinicius Moreira
2019-12-24 11:55:16 -03:00
parent 29baf1c5e1
commit 80d7f54dfd
2 changed files with 14 additions and 34 deletions

View File

@@ -25,5 +25,5 @@ TEMP_PATH = '/tmp/bauh/web'
SEARCH_INDEX_FILE = '{}/index.yml'.format(TEMP_PATH)
SUGGESTIONS_CACHE_FILE = '{}/suggestions.txt'.format(TEMP_PATH)
CONFIG_FILE = '{}/web.yml'.format(CONFIG_PATH)
NATIVEFIER_URL = 'https://github.com/jiahaog/nativefier/archive/v7.7.0.tar.gz'
URL_NATIVEFIER = 'https://github.com/jiahaog/nativefier/archive/v{version}.tar.gz'