Files
homebrew-cask/Casks/g/google-web-designer.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
777 B
Ruby

cask "google-web-designer" do
version "12.2.0.0"
sha256 :no_check
url "https://dl.google.com/webdesigner/mac/shell/googlewebdesigner_mac.dmg"
name "Google Web Designer"
desc "Create interactive HTML5-based designs and motion graphics"
homepage "https://www.google.com/webdesigner/"
livecheck do
url :url
strategy :extract_plist
end
app "Google Web Designer.app"
zap rmdir: "~/Library/Google",
trash: [
"~/Documents/Google Web Designer",
"~/Library/Application Support/Google/Web Designer",
"~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.WebDesigner",
"~/Library/Preferences/com.google.WebDesigner.plist",
"~/Library/Saved Application State/com.google.WebDesigner.savedState",
]
end