Use postflight DSL in hive

This commit is contained in:
Federico Bond 2014-11-01 20:14:31 -03:00
parent a0578c5792
commit fe3eece895

View file

@ -11,7 +11,6 @@ class Hive < Cask
app 'Hive.app'
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.hivewallet.Hive', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
suppress_move_to_applications
end
end