From 03bfe28f9a811f37aaf49cb6a789f3cabd253421 Mon Sep 17 00:00:00 2001 From: xarantolus Date: Tue, 20 Feb 2024 13:04:39 +0100 Subject: [PATCH] Use more up to date ruleset_converter This uses one that is built every month, instead of the one from Dec 2022 --- generate.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/generate.sh b/generate.sh index f6cfbd0e..51876d54 100644 --- a/generate.sh +++ b/generate.sh @@ -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::"