[wgem] display required environment files to download and install

This commit is contained in:
Vinícius Moreira
2019-12-17 19:27:53 -03:00
parent 9863cdb812
commit be71434f2e
5 changed files with 268 additions and 72 deletions

View File

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