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 18, 2024
1 parent dcf929a commit 482d81d
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 "https://github.com/GaoJuqian/quickapp_latest/releases/download/quickapp-ide-#{version}/quickapp-ide-#{version}.pkg"
strategy :github_latest
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 482d81d

Please sign in to comment.