cask updates

This commit is contained in:
Razvan Azamfirei
2023-11-18 14:17:26 -05:00
parent 68034e86b2
commit a9a6b2374a
+6 -2
View File
@@ -12,14 +12,18 @@ cask "epilogue-playback" do
homepage "https://www.epilogue.co/"
livecheck do
url :url
strategy :extract_plist
url "https://www.epilogue.co/v2/api/update"
strategy :json do |json|
v = json["operator-app"]["osx"]["version"]
"#{v["major"]}.#{v["minor"]}.#{v["patch"]}"
end
end
app "Playback.app"
zap trash: [
"~/Library/Application Support/Epilogue/Playback",
"~/Library/Preferences/co.epilogue.Playback.plist",
"~/Library/Saved Application State/com.epilogue.operator.savedState",
]
end