Skip to content

Commit

Permalink
Merge pull request #84 from WowUp/feature/2.12.0
Browse files Browse the repository at this point in the history
Feature/2.12.0
  • Loading branch information
jliddev authored May 7, 2024
2 parents 7d14a72 + 5d92ad6 commit 0ece9ee
Show file tree
Hide file tree
Showing 76 changed files with 12,754 additions and 13,850 deletions.
2 changes: 1 addition & 1 deletion wowup-electron/app/curse-folder-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class CurseFolderScanner {
}

private get tocFileRegex() {
return /^([^/]+)[\\/]\1([-|_](mainline|bcc|tbc|classic|vanilla|wrath|wotlkc))?\.toc$/i;
return /^([^/]+)[\\/]\1([-|_](mainline|bcc|tbc|classic|vanilla|wrath|wotlkc|cata))?\.toc$/i;
}

private get bindingsXmlRegex() {
Expand Down
2 changes: 1 addition & 1 deletion wowup-electron/app/wowup-folder-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class WowUpFolderScanner {
}

private get tocFileRegex() {
return /^([^/]+)[\\/]\1([-_](mainline|bcc|tbc|classic|vanilla|wrath|wotlkc))?\.toc$/i;
return /^([^/]+)[\\/]\1([-_](mainline|bcc|tbc|classic|vanilla|wrath|wotlkc|cata))?\.toc$/i;
}

private get bindingsXmlRegex() {
Expand Down
Loading

0 comments on commit 0ece9ee

Please sign in to comment.