Skip to content

Commit

Permalink
Create missing build/ on Windows in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 30, 2023
1 parent b70526d commit 3d29589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ if [[ "$(uname -s)" == "Darwin" || "$(uname -s)" == "Linux" ]]; then
cargo run --bin mullvad "${CARGO_ARGS[@]}" -- shell-completions "$sh" \
"build/shell-completions/"
done
else
mkdir -p "build"
fi

log_info "Updating relays.json..."
Expand Down

0 comments on commit 3d29589

Please sign in to comment.