Skynet changes

This commit is contained in:
2020-03-03 12:15:11 -06:00
parent bc1f5f3cc9
commit 8e75662034
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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 = [