File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ cask "plamo-translate" do
2+ version "0.4.3"
3+ sha256 "95fd6b154924096b81ed3ce182c537cee1b9d52cdab07d9a39388fe6dc78860d"
4+
5+ url "https://storage.googleapis.com/plamo-translate-web-downloads-prd/desktop/plamo-translate-desktop-#{ version } .dmg" ,
6+ verified : "storage.googleapis.com/plamo-translate-web-downloads-prd/"
7+ name "PLaMo Translate"
8+ name "PLaMo翻訳"
9+ desc "Translator focused on Japanese"
10+ homepage "https://translate.preferredai.jp/"
11+
12+ livecheck do
13+ url "https://storage.googleapis.com/plamo-translate-web-downloads-prd/desktop/latest-mac.yml"
14+ strategy :electron_builder
15+ end
16+
17+ depends_on macos : ">= :monterey"
18+ depends_on arch : :arm64
19+
20+ app "PLaMo翻訳.app"
21+
22+ uninstall quit : "com.pfn.plamo-translation" ,
23+ login_item : "PLaMo翻訳"
24+
25+ zap trash : [
26+ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pfn.plamo-translation.sfl*" ,
27+ "~/Library/Application Support/PLaMo翻訳" ,
28+ "~/Library/Logs/PLaMo翻訳" ,
29+ "~/Library/Preferences/com.pfn.plamo-translation.plist" ,
30+ ]
31+ end
You can’t perform that action at this time.
0 commit comments