Fix remote and S3 detection

This commit is contained in:
2020-12-12 12:22:06 -06:00
parent 617f020ad0
commit 1fedb94157
6 changed files with 61 additions and 12 deletions

View File

@@ -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',