File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ cask "plamo-translate" do
2+ version "0.4.2"
3+ sha256 "c0ff7610249679a20072fc1b956018260cf41383f1e8ece1a90af46086934e24"
4+
5+ url "https://storage.googleapis.com/plamo-translate-web-downloads-prd/desktop/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+
24+ zap trash : [
25+ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pfn.plamo-translation.sfl*" ,
26+ "~/Library/Application Support/PLaMo翻訳" ,
27+ "~/Library/Logs/PLaMo翻訳" ,
28+ "~/Library/Preferences/com.pfn.plamo-translation.plist" ,
29+ ]
30+ end
You can’t perform that action at this time.
0 commit comments