Update sencha.rb for the uninstaller path changed (#22467)

This commit is contained in:
Wilson Young 2016-06-28 18:49:47 -07:00 committed by Aditya Dalal
parent a1cf1b48bf
commit 35736d616d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cask 'sencha' do
end
uninstall script: {
executable: "/opt/Sencha/Cmd/#{version}/.install4j/Sencha Cmd Uninstaller.app/Contents/MacOS/JavaApplicationStub",
executable: "/opt/Sencha/Cmd/#{version}/Sencha Cmd Uninstaller.app/Contents/MacOS/JavaApplicationStub",
args: ['-Djava.awt.headless=true', '-q'],
sudo: true,
}