Skip to content

Commit

Permalink
Fix binary path for macOS package build (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders authored May 13, 2022
1 parent 4985c92 commit a05ace8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ function cleanup() {
}

combine_binaries "$BIN_DIR/weep-universal" \
dist/bin/darwin_amd64/weep \
dist/bin/darwin_arm64/weep
dist/weep_darwin_amd64/weep \
dist/weep_darwin_arm64/weep
sign_binary "$BIN_DIR/weep-universal"
prep_package
build_package
Expand Down

0 comments on commit a05ace8

Please sign in to comment.