diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-11-15 11:20:23 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-11-19 10:17:44 +0100 |
| commit | ed7da0db3030e76167a80119eddf0c5eabb87005 (patch) | |
| tree | 990f2dbef1f5ac1a82482314aa80dd8b53e13996 | |
| parent | a66e3d9c3da3494a6931b61f6a599f803afad4f9 (diff) | |
| download | mullvadvpn-ed7da0db3030e76167a80119eddf0c5eabb87005.tar.xz mullvadvpn-ed7da0db3030e76167a80119eddf0c5eabb87005.zip | |
Add readme section about the binaries submodule
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -39,6 +39,19 @@ git submodule update --init We sign every commit on the master branch as well as our release tags. If you would like to verify your checkout, you can find our developer keys on [Mullvad's Open Source page]. +### Binaries submodule + +This repository has a git submodule at `dist-assets/binaries`. This submodule contains binaries and +build scripts for third party code we need to bundle with the app. Such as OpenVPN, Shadowsocks +etc. + +This submodule conforms to the same integrity/security standards as this repository. Every merge +commit should be signed. And this main repository should only ever point to a signed merge commit +of the binaries submodule. + +See the [binaries submodule's](https://github.com/mullvad/mullvadvpn-app-binaries) README for more +details about that repository. + ## Install toolchains and dependencies Follow the instructions for your platform, and then the [All platforms](#all-platforms) |
