Fix remote and S3 detection
This commit is contained in:
@@ -51,6 +51,12 @@ exports.DATA_LOCATIONS = {
|
||||
win32: '%LOCALAPPDATA%\\repertory\\ui'
|
||||
};
|
||||
|
||||
exports.REPERTORY_LOCATIONS = {
|
||||
linux: '~/.local/repertory',
|
||||
darwin: '~/Library/Application Support/repertory',
|
||||
win32: '%LOCALAPPDATA%\\repertory'
|
||||
};
|
||||
|
||||
exports.S3_PROVIDER_LIST = [
|
||||
'Goobox S3',
|
||||
];
|
||||
@@ -72,6 +78,7 @@ exports.PROVIDER_ARG = {
|
||||
s3: '-s3',
|
||||
};
|
||||
|
||||
exports.DEFAULT_RELEASE = 0;
|
||||
exports.RELEASE_TYPES = [
|
||||
'Release',
|
||||
'RC',
|
||||
|
||||
Reference in New Issue
Block a user