From 1833a52f4b4721239153649460462e84f3b7f046 Mon Sep 17 00:00:00 2001 From: Sriranga Veeraraghavan Date: Fri, 16 Jun 2023 08:10:34 -0700 Subject: [PATCH] add note about Suspicious Package --- Makefile | 2 +- README.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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