summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2021-12-27 23:01:02 +0100
committerLinus Färnstrand <faern@faern.net>2021-12-29 14:25:03 +0100
commit60c32083b61fcc4cf22eb213b95f94cc7da170cd (patch)
tree068ac6f01159b04c075914f2cd7bdea8bddbff05 /build.sh
parent29dd4bf90f1c859cd27e68f09590dc9b993155a7 (diff)
downloadmullvadvpn-60c32083b61fcc4cf22eb213b95f94cc7da170cd.tar.xz
mullvadvpn-60c32083b61fcc4cf22eb213b95f94cc7da170cd.zip
Add comment to build function in build.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index be2ab90f1c..df399f93d6 100755
--- a/build.sh
+++ b/build.sh
@@ -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=""