Skynet changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
* Goobox S3 support
|
* Skynet support
|
||||||
|
|
||||||
## 1.1.5
|
## 1.1.5
|
||||||
* \#38: Enhance new repertory release available notification
|
* \#38: Enhance new repertory release available notification
|
||||||
|
|||||||
@@ -50,14 +50,14 @@ exports.DATA_LOCATIONS = {
|
|||||||
|
|
||||||
exports.PROVIDER_LIST = [
|
exports.PROVIDER_LIST = [
|
||||||
'Sia',
|
'Sia',
|
||||||
|
'Skynet',
|
||||||
'ScPrime',
|
'ScPrime',
|
||||||
'GooboxS3'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
exports.PROVIDER_ARG = {
|
exports.PROVIDER_ARG = {
|
||||||
sia: '',
|
sia: '',
|
||||||
|
skynet: '-sk',
|
||||||
scprime: '-sp',
|
scprime: '-sp',
|
||||||
gooboxs3: '-gb'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.RELEASE_TYPES = [
|
exports.RELEASE_TYPES = [
|
||||||
|
|||||||
Reference in New Issue
Block a user