No more keyboard shortcuts sounds in the popover.

This commit is contained in:
2025-01-15 15:10:11 -08:00
parent 94a2c217ef
commit e1146840f6
16 changed files with 257 additions and 173 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ FRAMEWORKS = -framework AppKit
$(EXEC): ./arm64/$(EXEC) ./x86_64/$(EXEC)
lipo -create -output $(EXEC) $^ && \
codesign -s ${DEVELOPER_ID} -f --timestamp -o runtime $(EXEC)
codesign -s ${APPLE_DEVELOPER_ID_APPLICATION} -f --timestamp \
-o runtime $(EXEC)
all: $(EXEC)