homebrew-cask/Casks/botframework-emulator.rb

26 lines
1.1 KiB
Ruby
Raw Normal View History

cask 'botframework-emulator' do
version '3.5.29'
sha256 '9dd081e794ca84025ebbcb465c4f991cd2808a8bda9ca26dd4ac651a93fa6538'
url "https://github.com/Microsoft/BotFramework-Emulator/releases/download/v#{version}/botframework-emulator-#{version}-mac.zip"
appcast 'https://github.com/Microsoft/BotFramework-Emulator/releases.atom',
checkpoint: '3ecfc52abd3c74187e959ce3cd34bb5d93dceddc1602394ff6be4e9f5fe53c49'
name 'Microsoft Bot Framework Emulator'
homepage 'https://github.com/Microsoft/BotFramework-Emulator'
auto_updates true
app 'botframework-emulator.app'
uninstall quit: 'com.electron.botframework-emulator'
zap delete: [
'~/Library/Application Support/botframework-emulator',
'~/Library/Caches/com.electron.botframework-emulator',
'~/Library/Caches/com.electron.botframework-emulator.ShipIt',
'~/Library/Preferences/com.electron.botframework-emulator.helper.plist',
'~/Library/Preferences/com.electron.botframework-emulator.plist',
'~/Library/Saved Application State/com.electron.botframework-emulator.savedState',
]
end