diff --git a/Makefile b/Makefile index 8d90f85..bc87cef 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ staple: notarize # sign the dmg with a gpg public key -clear_sign: staple +clearsign: staple $(GPG) -asb $(PROJNAME)-$(PROJVERS).dmg clean: diff --git a/README.txt b/README.txt index 5ca8916..a504fec 100644 --- a/README.txt +++ b/README.txt @@ -53,7 +53,7 @@ Install: 4. Wait a minute or two for QuickLook to properly load or reload qlZipInfo.qlgenerator - + Homebrew (https://brew.sh/) users can install qlZipInfo using `iloveitaly/tap/qlzipinfo`. @@ -70,7 +70,9 @@ Known Issues: preview for zip files because Quicklook always prefers generators that are included in an application and there is no way to override this behavior without - editing WinZip. See: + editing WinZip. Similarly, if Suspicious Package is + installed, this quicklook generator will not produce a + preview for .pkg files. See: https://stackoverflow.com/questions/11705425