diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2023-12-19 12:45:11 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2024-01-05 16:30:17 +0100 |
| commit | 2f4ca26f196843f4a43bc5ee3a9bb7bd38d29e70 (patch) | |
| tree | fd127d9e7060d10c1d744858e5726f050757afcd | |
| parent | 96b675477ce0cd58acfedf63ec52e608a07afeb3 (diff) | |
| download | mullvadvpn-2f4ca26f196843f4a43bc5ee3a9bb7bd38d29e70.tar.xz mullvadvpn-2f4ca26f196843f4a43bc5ee3a9bb7bd38d29e70.zip | |
Log message for local target
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ function sign_win { # sign them, strip them of debug symbols and copy to `dist-assets/`. function build { local current_target=${1:-""} - local for_target_string="" + local for_target_string=" for local target $ENV_TARGET" local stripbin="strip" if [[ -n $current_target ]]; then for_target_string=" for $current_target" |
