Skip to content
Snippets Groups Projects
Commit 1112f19b authored by Richard Pospesel's avatar Richard Pospesel
Browse files

MB 136: check_torbrowser_version_var in tools/signing/functions needs --target

parent be7a3df4
Branches
Tags
1 merge request!697Bug 40837: Rebase mullvad-browser build changes onto main
......@@ -14,7 +14,7 @@ function var_is_defined {
}
function check_torbrowser_version_var {
local tbver=$("$script_dir/../../rbm/rbm" showconf browser var/torbrowser_version)
local tbver=$("$script_dir/../../rbm/rbm" showconf browser --target "$SIGNING_PROJECTNAME" var/torbrowser_version)
test "$tbver" != "$tbb_version" && exit_error "Wrong tbb_version: $tbver != $tbb_version"
return 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment