Skip to content

Commit b3d67bd

Browse files
okay for real, fix binary path for macOS package build (#119)
1 parent bc76999 commit b3d67bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build_package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ function cleanup() {
137137
}
138138

139139
combine_binaries "$BIN_DIR/weep-universal" \
140-
dist/bin/weep_darwin_amd64/weep \
141-
dist/bin/weep_darwin_arm64/weep
140+
dist/bin/darwin_amd64_v1/weep \
141+
dist/bin/darwin_arm64/weep
142142
sign_binary "$BIN_DIR/weep-universal"
143143
prep_package
144144
build_package

0 commit comments

Comments
 (0)