Refactoring
This commit is contained in:
@@ -28,6 +28,8 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
|
||||
'-----END PUBLIC KEY-----';
|
||||
|
||||
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/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.DATA_LOCATIONS = {
|
||||
arch: '~/.local/repertory/ui',
|
||||
centos7: '~/.local/repertory/ui',
|
||||
@@ -43,7 +45,6 @@ exports.DATA_LOCATIONS = {
|
||||
darwin: '~/Library/Application Support/repertory/ui',
|
||||
win32: '%LOCALAPPDATA%\\repertory\\ui'
|
||||
};
|
||||
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