mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
open-video-downloader: livecheck updates, auto_update, depends_on
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user