[Docs] Update with latest info
This commit is contained in:
parent
6c7f3ee2a9
commit
a02324003b
2 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
- **:paintbrush: Splash Theming**: Easy theming for your splash which works with most themes for any client mod
|
- **: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)
|
- **: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)
|
- **: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)
|
- **: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
|
### See [FAQ](faq.md) for more details
|
||||||
|
|
5
faq.md
5
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.
|
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?
|
### 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, 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.
|
Loading…
Reference in a new issue