cask "lycheeslicer" do version "7.1.1" sha256 "fbf6af0f4ee6c588edc5fab6caea635d2ca219ce0c25672b3a2ffad38d191343" url "https://mango-lychee.nyc3.cdn.digitaloceanspaces.com/LycheeSlicer-#{version}.dmg", verified: "mango-lychee.nyc3.cdn.digitaloceanspaces.com/" name "Lychee Slicer" desc "Slicer for Resin 3D printers" homepage "https://mango3d.io/" livecheck do url "https://mango-lychee.nyc3.digitaloceanspaces.com/latest-mac.yml" strategy :electron_builder end depends_on macos: ">= :el_capitan" app "LycheeSlicer.app" zap trash: [ "~/Library/Application Support/LycheeSlicer", "~/Library/Application Support/LycheeSlicerconfig.json", "~/Library/Logs/LycheeSlicer", "~/Library/Preferences/com.mango3d.lychee.plist", "~/Library/Saved Application State/com.mango3d.lychee.savedState", ] caveats do requires_rosetta end end