Skip to content

Commit

Permalink
Skip toc_interface_filter for game type TOC files
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed May 19, 2021
1 parent 75d8d7d commit ff497dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ copy_directory_tree() {
_cdt_filters+="|toc_filter version-retail ${_cdt_classic:+true}"
_cdt_filters+="|toc_filter version-classic $([[ -z "$_cdt_classic" || "$_cdt_classic" == "bcc" ]] && echo "true")"
_cdt_filters+="|toc_filter version-bcc $([[ -z "$_cdt_classic" || "$_cdt_classic" == "classic" ]] && echo "true")"
[ -z "$_cdt_external" ] && _cdt_filters+="|toc_interface_filter"
[[ -z "$_cdt_external" && ! $file =~ -(Mainline|Classic|BCC).toc$ ]] && _cdt_filters+="|toc_interface_filter"
[ -n "$_cdt_localization" ] && _cdt_filters+="|localization_filter"
;;
esac
Expand Down

0 comments on commit ff497dd

Please sign in to comment.