Skip to content

Commit

Permalink
ACTUALLY fix binary path for macOS package build (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders authored May 13, 2022
1 parent a05ace8 commit bc76999
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/weep_darwin_amd64/weep \
dist/weep_darwin_arm64/weep
dist/bin/weep_darwin_amd64/weep \
dist/bin/weep_darwin_arm64/weep
sign_binary "$BIN_DIR/weep-universal"
prep_package
build_package
Expand Down

0 comments on commit bc76999

Please sign in to comment.