No more keyboard shortcuts sounds in the popover.
This commit is contained in:
+5
-1
@@ -86,7 +86,11 @@ $(EXEC).app: $(EXEC)
|
||||
cp resources/AppIcon.icns $@/Contents/Resources/ && \
|
||||
cp $(EXEC) $@/Contents/MacOS/ && \
|
||||
cp cmdbar_updater $@/Contents/MacOS/ && \
|
||||
codesign -s ${DEVELOPER_ID} -f --timestamp -o runtime $(EXEC).app
|
||||
$(if $(DEBUG), \
|
||||
codesign --entitlements Grapp.entitlements \
|
||||
-s ${APPLE_DEVELOPMENT} -f --timestamp -o runtime $(EXEC).app, \
|
||||
codesign -s ${APPLE_DEVELOPER_ID_APPLICATION} -f --timestamp \
|
||||
-o runtime $(EXEC).app)
|
||||
|
||||
all: zip cmdbar_updater $(EXEC).app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user