折腾了一小时,先放弃
cask "goldendict-ng" do
version "24.09.0-Qt6.6.3"
url "https://github.com/xiaoyifang/goldendict-ng/releases/latest"
name "goldendict-ng"
desc "The Next Generation GoldenDict"
homepage "https://github.com/xiaoyifang/goldendict-ng"
depends_on macos: "qt"
app "goldendict-ng.app"
binary "#{appdir}/goldendict-ng.app/Contents/MacOS/goldendict-ng"
zap trash: [
"~/.goldendict-ng",
"~/Library/Application Support/goldendict-ng",
"~/Library/Preferences/com.goldendict-ng.plist",
"~/Library/Saved Application State/com.goldendict-ng.savedState",
]
end