File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ cask "rayon" do
2+ arch arm : "arm64" , intel : "x64"
3+
4+ version "2.12.0"
5+ sha256 "0fa8330867b1872ae716ab43159b8ae47451a4e3eab7193a384085e8e0fc21a9"
6+
7+ url "https://rayon-electron.s3.eu-west-3.amazonaws.com/rayon-electron/rayon-electron/rayon-electron-#{ version } -universal.dmg" ,
8+ verified : "rayon-electron.s3.eu-west-3.amazonaws.com/"
9+ name "Rayon"
10+ desc "AI-powered drawing for interior designers and architects"
11+ homepage "https://www.rayon.design/download"
12+
13+ livecheck do
14+ url :homepage , user_agent : :browser
15+ regex ( /rayon-electron-(\d +\. \d +\. \d +)-universal\. dmg/i )
16+ end
17+
18+ auto_updates true
19+ depends_on macos : ">= :big_sur"
20+
21+ app "Rayon.app"
22+
23+ zap trash : [
24+ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.rayon.sfl*" ,
25+ "~/Library/Application Support/Rayon" ,
26+ "~/Library/Preferences/com.electron.rayon.plist" ,
27+ ]
28+ end
You can’t perform that action at this time.
0 commit comments