Update keybase: fix `postflight` install (#38770)

This commit is contained in:
commitay 2017-09-20 15:55:51 +10:00 committed by GitHub
parent f5764fe2c4
commit f0f4a9a504
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ cask 'keybase' do
app 'Keybase.app'
postflight do
system_command "#{appdir}/Keybase.app/Contents/Resources/KeybaseInstaller.app/Contents/MacOS/Keybase",
args: ["--app-path=#{appdir}/Keybase.app", '--run-mode=prod', '--timeout=10']
system_command "#{appdir}/Keybase.app/Contents/SharedSupport/bin/keybase",
args: ['install-auto']
end
uninstall delete: '/Library/PrivilegedHelperTools/keybase.Helper',