From f52a73c5438bc3f41bd5ac1e24ca222757833fe6 Mon Sep 17 00:00:00 2001 From: Federico Bond Date: Sat, 1 Nov 2014 20:14:31 -0300 Subject: [PATCH] Use postflight DSL in todoist --- Casks/todoist.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Casks/todoist.rb b/Casks/todoist.rb index b4dd65d928..9a96153c7d 100644 --- a/Casks/todoist.rb +++ b/Casks/todoist.rb @@ -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