cask "descript" do arch arm: "-arm64" version "102.0.2-release.20241113.3535" sha256 arm: "436b17ac529af89744b1d5b23924c3414aa1bbfcecf218c5c2e4055213e80f22", intel: "9c9ffeb2f78b8c9706a60fbe5c1c24555cefaf25c3087b6cd09e8eb4c7faa8f4" url "https://electron.descript.com/Descript-#{version}#{arch}.dmg" name "Descript" desc "Audio and video editor" homepage "https://www.descript.com/" livecheck do url "https://electron.descript.com/master-mac.yml" strategy :electron_builder end auto_updates true app "Descript.app" zap trash: [ "~/Library/Application Support/Descript", "~/Library/Caches/com.descript.beachcube", "~/Library/Caches/com.descript.beachcube.ShipIt", "~/Library/Caches/com.descript.Descript-Installer", "~/Library/Preferences/com.descript.beachcube.plist", "~/Library/Preferences/com.descript.Descript-Installer.plist", "~/Library/Preferences/com.descript.ScreenRecorder.plist", "~/Library/Saved Application State/com.descript.beachcube.savedState", "~/Library/Saved Application State/com.descript.Descript-Installer.savedState", ] end