Skip to content

Commit 5c05d07

Browse files
Fix Heavy codesigning
1 parent 881e8a2 commit 5c05d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
233233
elif [[ "$OSTYPE" == "darwin"* ]]; then
234234
mv ./hvcc/dist/pyinstaller/macosx_15_0_x86_64/Heavy Heavy/bin/Heavy/
235235
/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/*
236+
/usr/bin/codesign --force -s "Developer ID Application: Timothy Schoen (7SV7JPRR2L)" ./Heavy/bin/Heavy/Heavy
237237
fi
238238

239239
cp VERSION ./Heavy/VERSION

0 commit comments

Comments
 (0)