homebrew-cask/Casks/trader-workstation.rb

20 lines
863 B
Ruby

cask 'trader-workstation' do
version '972'
sha256 '31823ee876ccdba70eef75dd3d056b161aca2a704cae4a9ece630db8fd645aaf'
url 'https://download2.interactivebrokers.com/installers/tws/stable-standalone/tws-stable-standalone-macosx-x64.dmg'
name 'Trader Workstation'
homepage 'https://www.interactivebrokers.com/'
installer script: {
executable: "#{staged_path}/Trader Workstation #{version} Installer.app/Contents/MacOS/JavaApplicationStub",
args: ['-q'],
}
uninstall quit: 'com.install4j.5889-6375-8446-2021.22',
script: {
executable: "#{ENV['HOME']}/Applications/Trader Workstation #{version}/Trader Workstation #{version} Uninstaller.app/Contents/MacOS/JavaApplicationStub",
args: ['-q'],
}
end