Initial commit
This commit is contained in:
7
src/constants.js
Normal file
7
src/constants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/master/releases.json';
|
||||
export const DATA_LOCATIONS = {
|
||||
linux: '~/.local/repertory/ui',
|
||||
darwin: '~/Library/Application Support/repertory/ui',
|
||||
win32: '%LOCALAPPDATA%\\repertory\\ui',
|
||||
};
|
||||
export const UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/master/releases.json';
|
||||
Reference in New Issue
Block a user