From 372bf5e724b34a000a115d95c8683ff571f497ab Mon Sep 17 00:00:00 2001 From: Bailey Townsend Date: Fri, 6 Aug 2021 09:00:33 -0500 Subject: [PATCH] Native Mac Notifications (#1747) * Native Mac Notifications * Moved to use RL's jna dependency * Hopefully fixed package name * Added a license * Added a OS check --- plugins/native-mac-notifications | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/native-mac-notifications diff --git a/plugins/native-mac-notifications b/plugins/native-mac-notifications new file mode 100644 index 000000000..81e53aebd --- /dev/null +++ b/plugins/native-mac-notifications @@ -0,0 +1,2 @@ +repository=https://github.com/fatfingers23/mac-runelite-native-notifications.git +commit=733ffb5a64e96d36bedecfe526ce3ebeafd18867 \ No newline at end of file