Skip to content

Commit

Permalink
Add codesign for "make package".
Browse files Browse the repository at this point in the history
  • Loading branch information
natestedman committed Dec 22, 2015
1 parent 5697f0d commit 2d7884a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -38,6 +38,8 @@ package: clean
--root "$(TEMPORARY_DIRECTORY)" \
--version "$(VERSION)" \
"$(PACKAGE_NAME)"

codesign -s "Developer ID" "$(PACKAGE_NAME)"

uninstall:
rm -f "$(INSTALL_DIRECTORY)/drag"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,4 +17,4 @@ This creates a window with a drag source for the files passed as arguments, cent
The program will exit and the window will disappear when dragging completes, or if the escape key is pressed.

## Building a Package
A `.pkg` installer can be built with `make package`.
A `.pkg` installer can be built with `make package`. This requires that a Developer ID is installed.

0 comments on commit 2d7884a

Please sign in to comment.