Solus Linux detection
This commit is contained in:
@@ -3,11 +3,16 @@ Object.defineProperty(exports, "__esModule", {
|
||||
});
|
||||
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-beta_branch/releases.json';
|
||||
exports.DATA_LOCATIONS = {
|
||||
debian: '~/.local/repertory/ui',
|
||||
linux: '~/.local/repertory/ui',
|
||||
solus: '~/.local/repertory/ui',
|
||||
'ubuntu18.04': '~/.local/repertory/ui',
|
||||
'ubuntu18.10': '~/.local/repertory/ui',
|
||||
'ubuntu19.04': '~/.local/repertory/ui',
|
||||
darwin: '~/Library/Application Support/repertory/ui',
|
||||
win32: '%LOCALAPPDATA%\\repertory\\ui'
|
||||
};
|
||||
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.0-beta_branch/releases.json';
|
||||
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.3_branch/releases.json';
|
||||
|
||||
exports.PROVIDER_LIST = [
|
||||
'Hyperspace',
|
||||
|
||||
Reference in New Issue
Block a user