Use postflight DSL in cheatsheet

This commit is contained in:
Federico Bond 2014-11-01 20:14:30 -03:00
parent 504bace578
commit 50e1f450b1
1 changed files with 1 additions and 2 deletions

View File

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