From a02324003b0072014967c8e587e8916c436e9f47 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 3 Apr 2022 17:18:43 +0100 Subject: [PATCH] [Docs] Update with latest info --- README.md | 2 +- faq.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5693ff..3c3840d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - **:paintbrush: Splash Theming**: Easy theming for your splash which works with most themes for any client mod - **:electric_plug: Drop-in**: Replace one file and it's installed, that's it (same with uninstall) - **:gear: Configurable**: Adds many config options for Discord and OpenAsar enhancements (see config section) -- **:feather: Lightweight**: <1% of Discord's original size (9mb -> ~80kb) +- **:feather: Lightweight**: <1% of Discord's original size (9mb -> ~60kb) - **:shield: No Tracking**: Removes Discord's built-in tracking for crashes and errors in the asar (not app itself) ### See [FAQ](faq.md) for more details diff --git a/faq.md b/faq.md index d96f698..12707a8 100644 --- a/faq.md +++ b/faq.md @@ -28,4 +28,7 @@ Compared to Discord's original, OpenAsar is <2% of the size. This is because whe Quickstart "skips" a few Discord features like the splash screen and waiting for updates in favour of speed. It is currently experimental and not fully recommended for normal use. ### Is this 100% original? -No, and depends on your definition. By original if you mean all of this is rewritten, not containing any original Discord code - not yet but we hope for v2.0. If you mean original by design, etc. - no, as we have to follow Discord APIs to maintain compatibility. \ No newline at end of file +No, and depends on your definition. By original if you mean all of this is rewritten, the vast majority (~90%) is self-rewritten or modified in some way. If you mean original by design, etc. - no, as we have to follow Discord APIs to maintain compatibility. + +### Can I use this in *my* project? +Sure. Just make sure to properly [respect the license](LICENSE) and clearly / transparently credit. \ No newline at end of file