homebrew-cask/Casks/botframework-emulator.rb

26 lines
1.1 KiB
Ruby

cask 'botframework-emulator' do
version '3.5.27'
sha256 '906216cb5cb4491918cb21bb222bb53ae3d4439510f897a0f75a8bdcc85ba579'
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: '5f0a1e4ce3f689504abf504fc47b85ce40debd931d948128a485e99d0c4d0489'
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