diff --git a/lib/desktop/systray.dart b/lib/desktop/systray.dart index 246bc987..6ba2219f 100755 --- a/lib/desktop/systray.dart +++ b/lib/desktop/systray.dart @@ -94,7 +94,7 @@ Future _calculateCode( String _getIcon() { if (Platform.isMacOS) { - return 'resources/icons/systray-template.eps'; + return 'resources/icons/systray-template.png'; } if (Platform.isWindows) { return 'resources/icons/com.yubico.yubioath.ico'; diff --git a/resources/icons/systray-template.png b/resources/icons/systray-template.png new file mode 100644 index 00000000..b8c4cafa Binary files /dev/null and b/resources/icons/systray-template.png differ