Skip to content

Commit

Permalink
Use more up to date ruleset_converter
Browse files Browse the repository at this point in the history
This uses one that is built every month, instead of the one from Dec 2022
  • Loading branch information
xarantolus committed Feb 20, 2024
1 parent 748add6 commit 03bfe28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ install_selfbuilt_ruleset_converter() {
rm "subresource_filter_tools_linux.zip"
}

# If the latest official Bromite release contains the ruleset_converter tool, we fetch it from there.
# If not, we just download from another build and unzip it from there
install_bromite_ruleset_converter || install_selfbuilt_ruleset_converter
# Use more up to date first, but if that fails, fall back to old bromite tool
install_selfbuilt_ruleset_converter || install_bromite_ruleset_converter

echo "::endgroup::"

Expand Down

0 comments on commit 03bfe28

Please sign in to comment.