Skip to content

Commit

Permalink
quickapp-ide 6.6.1 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoJuqian committed Mar 19, 2024
1 parent dcf929a commit 7fdd3f6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/q/quickapp-ide.rb
@@ -0,0 +1,26 @@
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 "https://www.quickapp.cn/api/ide/rpk/getPackage"
strategy :page_match
regex(/quickapp-ide-(\d+(?:\.\d+)*)\.pkg/i)
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 7fdd3f6

Please sign in to comment.