Skip to content

Commit

Permalink
notify: add experimental new notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Nov 17, 2020
1 parent 6365cc0 commit f31a161
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/autoupdate/notify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,10 @@ def notifier_arguments
def notify
"#{path_to_notifier} #{notifier_arguments}"
end

def new_notify
quiet_system "/usr/bin/open", File.join(HOMEBREW_REPOSITORY, "Library",
"Taps", "domt4", "homebrew-autoupdate", "notifier", "brew-autoupdate.app")
end
end
end

0 comments on commit f31a161

Please sign in to comment.