Use postflight DSL in todoist

This commit is contained in:
Federico Bond
2014-11-01 20:14:31 -03:00
parent 72a07443ac
commit f52a73c543
+1 -2
View File
@@ -10,7 +10,6 @@ class Todoist < Cask
app 'Todoist.app'
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'com.todoist.mac.Todoist', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
suppress_move_to_applications
end
end