We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881e8a2 commit 5c05d07Copy full SHA for 5c05d07
build.sh
@@ -233,7 +233,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
233
elif [[ "$OSTYPE" == "darwin"* ]]; then
234
mv ./hvcc/dist/pyinstaller/macosx_15_0_x86_64/Heavy Heavy/bin/Heavy/
235
/usr/bin/codesign --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Heavy/bin/*
236
- /usr/bin/codesign --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Heavy/bin/Heavy/*
+ /usr/bin/codesign --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Heavy/bin/Heavy/Heavy
237
fi
238
239
cp VERSION ./Heavy/VERSION
0 commit comments