Skip to content

Commit

Permalink
Add quickapp-ide 6.6.1 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoJuqian committed Mar 15, 2024
1 parent dcf929a commit 8471f7f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions 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

0 comments on commit 8471f7f

Please sign in to comment.