[web] -> fix: using the old nativefier GitHub URL

This commit is contained in:
Vinicius Moreira
2021-01-30 08:40:52 -03:00
parent 2e468fae67
commit da4b8311fe
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixes
- Web
- failing to install some applications when the expected temp directory does not exist
- using the old nativefier GitHub URL
## [0.9.13] 2021-01-20
### Fixes

View File

@@ -32,7 +32,7 @@ SEARCH_INDEX_FILE = '{}/index.yml'.format(WEB_CACHE_PATH)
SUGGESTIONS_CACHE_FILE = '{}/suggestions.yml'.format(WEB_CACHE_PATH)
SUGGESTIONS_CACHE_TS_FILE = map_timestamp_file(SUGGESTIONS_CACHE_FILE)
CONFIG_FILE = '{}/web.yml'.format(CONFIG_PATH)
URL_NATIVEFIER = 'https://github.com/jiahaog/nativefier/archive/v{version}.tar.gz'
URL_NATIVEFIER = 'https://github.com/nativefier/nativefier/archive/v{version}.tar.gz'
ENVIRONMENT_SETTINGS_CACHED_FILE = '{}/environment.yml'.format(WEB_CACHE_PATH)
ENVIRONMENT_SETTINGS_TS_FILE = '{}/environment.ts'.format(WEB_CACHE_PATH)