Skip to content

Commit

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

0 comments on commit b3d67bd

Please sign in to comment.