From 8471f7fa6235f716103542fda675466ca55e4e93 Mon Sep 17 00:00:00 2001 From: cyRenShui Date: Fri, 15 Mar 2024 23:32:05 +0800 Subject: [PATCH] Add quickapp-ide 6.6.1 (new cask) --- Casks/q/quickapp-ide.rb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Casks/q/quickapp-ide.rb diff --git a/Casks/q/quickapp-ide.rb b/Casks/q/quickapp-ide.rb new file mode 100644 index 0000000000000..cc03201a7700c --- /dev/null +++ b/Casks/q/quickapp-ide.rb @@ -0,0 +1,25 @@ +cask "quickapp-ide" do + version "6.6.1" + sha256 "260be97a98b1b11aef430e82f0c35334b394953810a86f0988152fe21564dc17" + + url "https://statres.quickapp.cn/quickapp/show/ide/quickapp-ide-#{version}.pkg" + name "quickapp-ide" + desc "Quickapp Development Tool" + homepage "https://www.quickapp.cn/" + + livecheck do + url :url + strategy :extract_plist + end + + pkg "quickapp-ide-#{version}.pkg" + + postflight do + set_ownership "~/.快应用开发工具" + end + + uninstall quit: "cn.quickapp.ide", + pkgutil: "com.mygreatcompany.pkg.quickAppIde" + + zap trash: "~/.快应用开发工具" +end