homebrew-cask/Casks/mini-program-studio.rb

19 lines
808 B
Ruby

cask 'mini-program-studio' do
version '1.5.5,726c4ba7-f104-4533-9665-a32f207e289b'
sha256 '6d6ab1e94873ee1abda18e9573295a424235498fd61dae1d1c971687990c34e8'
# gw.alipayobjects.com was verified as official when first introduced to the cask
url "https://gw.alipayobjects.com/os/volans-demo/#{version.after_comma}/#{version.before_comma}/MiniProgramStudio-#{version.before_comma}.dmg"
name 'Mini Program Studio'
name '小程序开发者工具'
homepage 'https://open.alipay.com/channel/miniIndex.htm'
app '小程序开发者工具.app'
zap trash: [
'~/Library/Application Support/小程序开发者工具',
'~/Library/Preferences/com.ant.miniprogram.plist',
'~/Library/Saved Application State/com.ant.miniprogram.savedState',
]
end