From 60c32083b61fcc4cf22eb213b95f94cc7da170cd Mon Sep 17 00:00:00 2001 From: Linus Färnstrand Date: Mon, 27 Dec 2021 23:01:02 +0100 Subject: Add comment to build function in build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') 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="" -- cgit v1.3-3-g829e