mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-17 14:16:34 +00:00
fix(dashcore): add _version to match version in filepath
This commit is contained in:
@@ -13,6 +13,10 @@ module.exports = function (request) {
|
||||
if (rel.name.includes('osx64')) {
|
||||
rel.os = 'macos';
|
||||
}
|
||||
|
||||
if (rel.version.startsWith('v')) {
|
||||
rel._version = rel.version.slice(1);
|
||||
}
|
||||
});
|
||||
all._names = ['dashd', 'dashcore'];
|
||||
return all;
|
||||
|
||||
Reference in New Issue
Block a user