boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 264191d6 by Nicolas Vigier at 2023-12-21T13:09:58+01:00 Bug 41057: Also fetch mullvad-browser.git in `make fetch`
- - - - -
1 changed file:
- Makefile
Changes:
===================================== Makefile ===================================== @@ -709,6 +709,7 @@ mullvadbrowser-kick-devmole-build: submodule-update
fetch: submodule-update $(rbm) fetch + $(rbm) fetch firefox --target mullvadbrowser
clean: submodule-update ./tools/clean-old
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/26...