Skip to content

Commit 03bfe28

Browse files
committed
Use more up to date ruleset_converter
This uses one that is built every month, instead of the one from Dec 2022
1 parent 748add6 commit 03bfe28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generate.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ install_selfbuilt_ruleset_converter() {
4444
rm "subresource_filter_tools_linux.zip"
4545
}
4646

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

5150
echo "::endgroup::"
5251

0 commit comments

Comments
 (0)