From 85df746b5dba33800f0fa4fd8450838d8a0e3fb1 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:28:04 +0200 Subject: Adding Auto Updater to the CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ec3dca5c..600af1aca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,6 +85,11 @@ the [original](https://github.com/jagrosh/DiscordIPC). For info on usage, look at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt) + +## Auto Updater + +We use the [auto update library](https://repo.nea.moe/#/releases/moe/nea/libautoupdate) from nea. + # Coding Styles and Conventions - Follow the [Hypixel Rules](https://hypixel.net/rules). -- cgit