summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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=""