Add support for GM and VN CDLC mod folders

This commit is contained in:
Björn Dahlgren 2021-05-06 20:08:39 +02:00
parent f69df7175a
commit bddcf53d60

View File

@ -23,7 +23,7 @@ Mods.prototype.delete = function (mod, cb) {
Mods.prototype.updateMods = function () { Mods.prototype.updateMods = function () {
var self = this var self = this
glob('**/@*/addons', { cwd: self.config.path }, function (err, files) { glob('**/{@*,gm,vn}/addons', { cwd: self.config.path }, function (err, files) {
if (err) { if (err) {
console.log(err) console.log(err)
} else { } else {