Skip to content

Commit

Permalink
Merge pull request #190 from Dahlgren/feature/cdlc-mod-folders
Browse files Browse the repository at this point in the history
Add support for GM and VN CDLC mod folders
  • Loading branch information
Dahlgren authored May 6, 2021
2 parents f69df71 + bddcf53 commit e9696a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mods.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e9696a2

Please sign in to comment.