mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
fixes TLA+ app installation with correct app name.
previously the application bundle didn't use the "branded" name. The 1.5.2 version now uses "TLA+ Toolbox.app" as the name for the application bundle.
This commit is contained in:
@@ -8,12 +8,9 @@ cask 'tla-plus-toolbox' do
|
||||
homepage 'https://research.microsoft.com/en-us/um/people/lamport/tla/toolbox.html'
|
||||
license :mit
|
||||
|
||||
# Renamed for clarity: app name is inconsistent with its branding.
|
||||
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/8829
|
||||
app 'toolbox/toolbox.app', :target => 'TLA+ Toolbox.app'
|
||||
app 'TLA+ Toolbox.app'
|
||||
|
||||
caveats <<-EOS.undent
|
||||
#{token} requires Java. You can install the latest version with
|
||||
brew cask install java
|
||||
EOS
|
||||
caveats do
|
||||
depends_on_java
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user