Merge pull request #190 from Dahlgren/feature/cdlc-mod-folders

Add support for GM and VN CDLC mod folders
This commit is contained in:
Björn Dahlgren 2021-05-06 20:24:31 +02:00 committed by GitHub
commit e9696a2170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Mods.prototype.delete = function (mod, cb) {
Mods.prototype.updateMods = function () {
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) {
console.log(err)
} else {