homebrew-cask/Casks/botframework-emulator.rb

26 lines
1.1 KiB
Ruby

cask 'botframework-emulator' do
version '3.5.25'
sha256 '78fb6ea5289a6e8fb0d2d54d921bb582af03f733de71efbb1598c5110b8e4fda'
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: '77b6108493d7f104e623f266e462f615530fec6480f1e0b07adac2148ec01bc9'
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