Skip to content

Commit

Permalink
Build universal installer in buildserver-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 9, 2024
1 parent eb8038c commit a266318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/buildserver-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ function build_ref {
if [[ "$(uname -s)" == "Darwin" ]]; then
build_args+=(--universal --notarize)
fi
if [[ "$(uname -s)" == "MINGW"* ]]; then
build_args+=(--universal)
fi

artifact_dir=$artifact_dir build "${build_args[@]}" || return 1
if [[ "$(uname -s)" == "Linux" ]]; then
Expand Down

0 comments on commit a266318

Please sign in to comment.