From 67a2a9132f34e90ac079efe8047984c4bebe77fc Mon Sep 17 00:00:00 2001 From: Zack Date: Sat, 3 Apr 2021 14:34:55 -0400 Subject: [PATCH] Add notice for new installer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efaa35d..c04bdd6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# This repo has been archived and is no longer active. If you are looking to install BetterDiscord. Please use the new installers found here: https://github.com/BetterDiscord/Installer + # BandagedBD Installer This is the source for the Windows installer of [BandagedBD](https://github.com/rauenzi/BetterDiscordApp), a mod for Discord. I decided to put this in a separate repo mainly because it didn't feel quite right to have it in with the actual application itself as the application is JavaScript injection onto an Electron.js platform, and this is an actual executable that only sets ups files for it. @@ -58,4 +60,4 @@ The native checkbox leaves a lot to be desired in terms of extensibility and cus ### FlatProgressBar -Similar to the checkbox the native progressbar has little to no customization options. This paints a flat checkbox using the an offscreen image as adapted from this [StackOverflow answer](https://stackoverflow.com/a/7490884). \ No newline at end of file +Similar to the checkbox the native progressbar has little to no customization options. This paints a flat checkbox using the an offscreen image as adapted from this [StackOverflow answer](https://stackoverflow.com/a/7490884).