mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-18 19:46:59 +00:00
fix(runzip): use .getDistributables()
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ let owner = 'therootcompany';
|
||||
let repo = 'runzip';
|
||||
|
||||
Releases.latest = async function () {
|
||||
let all = await GitHub.getAllPackages(null, owner, repo);
|
||||
let all = await GitHub.getDistributables(null, owner, repo);
|
||||
return all;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user