Skip to content

Commit a3dcbb1

Browse files
vansangpfievsangjanai
andauthored
fix: codesign macos (#85)
Co-authored-by: sangjanai <sang@janai>
1 parent 8d45408 commit a3dcbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else ifeq ($(shell uname -s),Linux)
4242
@echo "Skipping Code Sign for linux"
4343
@exit 0
4444
else
45-
find "llama" -type f -exec codesign --force -s "$(DEVELOPER_ID)" --options=runtime {} \;
45+
find "build/bin" -type f -exec codesign --force -s "$(DEVELOPER_ID)" --options=runtime {} \;
4646
endif
4747

4848
package:

0 commit comments

Comments
 (0)