Add ente.app v1.6.35

This commit is contained in:
Abhinav
2023-07-11 23:36:36 +05:30
parent 502541a65b
commit 963caabf80
+25
View File
@@ -0,0 +1,25 @@
cask "ente" do
version "1.6.35"
sha256 "d3f864a1a839f5c09f41f21c830fcbc01c90c96492b7e1d9e0bba4d3720e48ff"
url "https://github.com/ente-io/photos-desktop/releases/download/v#{version}/ente-#{version}.dmg",
verified: "github.com/ente-io/photos-desktop/"
name "Ente"
desc "Desktop client for Ente"
homepage "https://ente.io/"
livecheck do
url :url
strategy :github_latest
end
app "ente.app"
zap trash: [
"~/Library/Application Support/ente",
"~/Library/Logs/ente",
"~/Library/Preferences/io.ente.bhari-frame.plist",
"~/Library/Preferences/io.ente.bhari-frame.helper.plist",
"~/Library/Saved Application State/io.ente.bhari-frame.savedState",
]
end