Fix platform detection

This commit is contained in:
Scott E. Graves
2019-04-18 22:42:14 -05:00
parent 74c7490575
commit b382ce87c3
4 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-b
exports.DATA_LOCATIONS = {
arch: '~/.local/repertory/ui',
debian9: '~/.local/repertory/ui',
fedora28: '~/.local/repertory/ui',
fedora29: '~/.local/repertory/ui',
linux: '~/.local/repertory/ui',
solus: '~/.local/repertory/ui',