From bf994feba7d8c5771b2d4fa6aab51aa0fa12b7b0 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Tue, 14 Nov 2023 10:38:32 +0800 Subject: [PATCH] Update qview.rb --- Casks/q/qview.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Casks/q/qview.rb b/Casks/q/qview.rb index 1daba8cbbb..698eefd192 100644 --- a/Casks/q/qview.rb +++ b/Casks/q/qview.rb @@ -7,10 +7,12 @@ cask "qview" do desc "Image viewer" homepage "https://github.com/jurplel/qView/" + depends_on macos: ">= :mojave" + app "qView.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.interversehq.qview.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.interversehq.qview.sfl*", "~/Library/Preferences/com.interversehq.qView.plist", "~/Library/Preferences/com.qview.qView.plist", "~/Library/Saved Application State/com.interversehq.qView.savedState",