diff options
| author | Linus Färnstrand <faern@faern.net> | 2021-12-27 23:01:02 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2021-12-29 14:25:03 +0100 |
| commit | 60c32083b61fcc4cf22eb213b95f94cc7da170cd (patch) | |
| tree | 068ac6f01159b04c075914f2cd7bdea8bddbff05 | |
| parent | 29dd4bf90f1c859cd27e68f09590dc9b993155a7 (diff) | |
| download | mullvadvpn-60c32083b61fcc4cf22eb213b95f94cc7da170cd.tar.xz mullvadvpn-60c32083b61fcc4cf22eb213b95f94cc7da170cd.zip | |
Add comment to build function in build.sh
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,8 @@ function sign_win { return 0 } +# Build the daemon and other Rust/C++ binaries, optionally +# sign them, strip them of debug symbols and copy to `dist-assets/`. function build { local current_target=${1:-""} local for_target_string="" |
