mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 09:50:19 +00:00
exe added to format array
This commit is contained in:
@@ -66,7 +66,7 @@ Releases.get(path.join(process.cwd(), pkgdir)).then(function (all) {
|
||||
var pkgname = path.basename(pkgdir.replace(/\/$/, ''));
|
||||
var osrel = os.platform() + '-' + os.release();
|
||||
var arch = os.arch();
|
||||
var formats = ['xz', 'tar', 'zip'];
|
||||
var formats = ['exe', 'xz', 'tar', 'zip'];
|
||||
|
||||
var rel = all.releases.filter(function (rel) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user