Add Pragli (#98056)

* Add Pragli

* Fix style

* Update pragli.rb

* Added zap stanza

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Connor Adams 2021-01-12 21:42:06 +00:00 committed by GitHub
parent 0ceba0dc9e
commit c877bf180b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
Casks/pragli.rb Normal file
View File

@ -0,0 +1,20 @@
cask "pragli" do
version "20.10.4"
sha256 :no_check
url "https://storage.googleapis.com/always-on-cdf01.appspot.com/dist/Pragli.dmg",
verified: "storage.googleapis.com/always-on-cdf01.appspot.com/"
appcast "https://storage.googleapis.com/always-on-cdf01.appspot.com/dist/latest-mac.yml"
name "Pragli"
desc "Virtual office for remote teams"
homepage "https://pragli.com/"
app "Pragli.app"
zap trash: [
"~/Library/Application Support/Pragli",
"~/Library/Logs/Pragli",
"~/Library/Preferences/pragli.com.plist",
"~/Library/Saved Application State/pragli.com.savedState",
]
end