Skip to content

Commit

Permalink
change the option name
Browse files Browse the repository at this point in the history
  • Loading branch information
jellizaveta committed Apr 23, 2024
1 parent e339e5a commit 9850694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = (function () {
const MODIFIERS_SEPARATOR = '$';
const INCLUDE_DIRECTIVE = '@include ';
const STRIP_COMMENTS_OPTION = 'stripComments';
const REMOVE_REDUNDANT_RULES_OPTION = 'removeRedundant';
const REMOVE_REDUNDANT_RULES_OPTION = 'removeRedundantRules';
const NOT_OPTIMIZED_OPTION = 'notOptimized';
const EXCLUDE_OPTION = 'exclude';
const ADD_MODIFIERS_OPTION = 'addModifiers';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
! License: http://creativecommons.org/licenses/by-sa/3.0/
!
!#if (adguard_app_mac)
@include ../cname_trackers_2.txt /removeRedundant /addModifiers="script"
@include ../cname_trackers_2.txt /removeRedundantRules /addModifiers="script"
!#endif
!#if (adguard_app_ios)
@include ../cname_trackers_2.txt /removeRedundant
@include ../cname_trackers_2.txt /removeRedundantRules
!#endif
!#if (adguard_ext_edge)
@include ../cname_trackers_2.txt /removeRedundant /notOptimized
@include ../cname_trackers_2.txt /removeRedundantRules /notOptimized
!#endif

0 comments on commit 9850694

Please sign in to comment.