open-video-downloader: livecheck updates, auto_update, depends_on

This commit is contained in:
Justin Krehel 2023-11-11 10:58:35 -05:00
parent b9723ed314
commit f3c1d496c2
No known key found for this signature in database
GPG Key ID: 757F1864C8CF3605
1 changed files with 9 additions and 0 deletions

View File

@ -7,9 +7,18 @@ cask "open-video-downloader" do
desc "Cross-platform GUI for youtube-dl made in Electron and node.js"
homepage "https://github.com/StefanLobbenmeier/youtube-dl-gui"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "Open Video Downloader.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.jelleglebbeek.youtube-dl-gui.*",
"~/Library/Preferences/com.jelleglebbeek.youtube-dl-gui.plist",
"~/Library/Saved Application State/com.jelleglebbeek.youtube-dl-gui.savedState",
]