exe added to format array

This commit is contained in:
Akshansh Rewariya
2020-08-30 14:11:03 +05:30
parent 72406c4e0d
commit e40f82e30c

View File

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