From 105c035be6f91cfd008e4acb2e70e6a2c42ce03c Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Tue, 14 Nov 2023 10:15:18 +0800 Subject: [PATCH] Update crystalmaker.rb --- Casks/c/crystalmaker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/c/crystalmaker.rb b/Casks/c/crystalmaker.rb index 38af926547..b6fa7fafda 100644 --- a/Casks/c/crystalmaker.rb +++ b/Casks/c/crystalmaker.rb @@ -12,13 +12,13 @@ cask "crystalmaker" do regex(/]+?number=["']?v?(\d+(?:\.\d+)+)["']?[^>]*?>/i) end - depends_on macos: ">= :sierra" + depends_on macos: ">= :mojave" app "CrystalMaker.app" zap trash: [ "~/Library/Application Scripts/com.crystalmaker.crystalmaker.v#{version.major}", - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.crystalmaker.crystalmaker.v#{version.major}.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.crystalmaker.crystalmaker.v#{version.major}.sfl*", "~/Library/Containers/com.crystalmaker.crystalmaker.v#{version.major}", ] end