mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Use notify-py to send notifications
- Use notify-py to send notifications, but use a custom notifier on Linux since transient (ie non-sticky) notifications are not supported. - Add an icon to the notification. - Don't send a notification after doing `./mach check` because that can trigger notifications when `rust-analyzer` is working.
This commit is contained in:
@@ -32,4 +32,7 @@ certifi
|
||||
# For Python3 compatibility
|
||||
six == 1.15
|
||||
|
||||
# For sending build notifications.
|
||||
notify-py == 0.3.42
|
||||
|
||||
-e python/tidy
|
||||
|
||||
Reference in New Issue
Block a user