homebrew-cask/Casks/botframework-emulator.rb

25 lines
1.0 KiB
Ruby

cask 'botframework-emulator' do
version '3.5.36'
sha256 'fa49f77581feb854ea4911faabadc8b0759aacbd1fa5e897f976f36a0da1bc35'
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'
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 trash: [
'~/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