Skip to content

Commit

Permalink
macOS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Oct 11, 2024
1 parent 97d6e00 commit ccee70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ mkdir -p Heavy/bin/Heavy
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
mv ./hvcc/dist/pyinstaller/manylinux_2_31_x86_64/Heavy Heavy/bin/Heavy/
elif [[ "$OSTYPE" == "darwin"* ]]; then
mv ./hvcc/dist/pyinstaller/macosx_14_0_arm64/Heavy Heavy/bin/Heavy/
mv ./hvcc/dist/pyinstaller/macosx_14_0_x86_64/Heavy Heavy/bin/Heavy/
fi

cp VERSION ./Heavy/VERSION

0 comments on commit ccee70b

Please sign in to comment.