Add Pictogram 0.1 (#95205)

This commit is contained in:
Miccal Matthews 2020-12-11 09:14:36 +08:00 committed by GitHub
parent 1adb9ff506
commit 159d828b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
Casks/pictogram.rb Normal file
View File

@ -0,0 +1,19 @@
cask "pictogram" do
version "0.1,13"
sha256 "fb35a21dcc548f0226453701632ebaa478ab8cb68fccfd0ae995cbb5c80d741b"
url "https://pictogramapp.com/updates/v#{version.before_comma}%20%28Build%20#{version.after_comma}%29.zip"
appcast "https://pictogramapp.com/updates/appcast.xml"
name "Pictogram"
desc "Customize and maintain app icons"
homepage "https://pictogramapp.com/"
depends_on macos: ">= :big_sur"
app "Pictogram.app"
zap trash: [
"~/Library/Application Support/com.NeilSardesai.Pictogram",
"~/Library/Preferences/com.NeilSardesai.Pictogram.plist",
]
end