[Readme] Add implementation
This commit is contained in:
parent
76fbd9e95f
commit
ca869dd9a7
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -4,4 +4,15 @@
|
||||||
## Goals
|
## Goals
|
||||||
- **Hotpluggable** - just swap the asar file, nothing else needed
|
- **Hotpluggable** - just swap the asar file, nothing else needed
|
||||||
- **Lightweight** - it should be at least as fast or lightweight, hopefully more
|
- **Lightweight** - it should be at least as fast or lightweight, hopefully more
|
||||||
- **No Tracking** - no crash reporting, etc
|
- **No Tracking** - no crash reporting, etc
|
||||||
|
- **Minimal** - generally only doing what is needed (see: implementation)
|
||||||
|
|
||||||
|
## Implementation
|
||||||
|
Below is a list in order of priority, marked as complete when finished:
|
||||||
|
- [ ] Stub everything
|
||||||
|
- [ ] Bootstrapping
|
||||||
|
- [ ] Splash screen
|
||||||
|
- [ ] Auto start
|
||||||
|
- [ ] Updating
|
||||||
|
- [ ] Updater v1
|
||||||
|
- [ ] Updater v2
|
Loading…
Reference in a new issue