Skip to content

Commit

Permalink
add note about Suspicious Package
Browse files Browse the repository at this point in the history
  • Loading branch information
srirangav committed Jun 16, 2023
1 parent fff60f5 commit 1833a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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

Expand Down

0 comments on commit 1833a52

Please sign in to comment.