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 209d4ab
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

Check failure on line 1 in Casks/q/quickapp-ide.rb

View workflow job for this annotation

GitHub Actions / test quickapp-ide (macos-13, intel)

Some packages are still installed, add them to uninstall pkgutil: com.mygreatcompany.pkg.quickAppIde

Check failure on line 1 in Casks/q/quickapp-ide.rb

View workflow job for this annotation

GitHub Actions / test quickapp-ide (macos-14, arm)

Some packages are still installed, add them to uninstall pkgutil: com.mygreatcompany.pkg.quickAppIde
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: "cn.quickapp.ide"

zap trash: "~/.快应用开发工具"
end

0 comments on commit 209d4ab

Please sign in to comment.