1
0

Make Electron build

I historically have never liked Electron, and I don't like it now, but
unfortunately due to poor browser support, I don't have a choice to
ship anything more lightweight if I want to use the Filesystem API
as part of the packaged build, which is kind of the point.

I guess it's true:
"You either die a hero or you live long enough to become the villain."

This is an experimental build.
This commit is contained in:
2026-03-22 13:30:38 +01:00
parent c0d564b642
commit b117f3290b
7 changed files with 5091 additions and 1 deletions

5
.gitignore vendored
View File

@@ -22,6 +22,11 @@ web/dist/
# Node
web/node_modules/
electron/node_modules/
# Electron build artifacts
electron/dist/
electron/release/
# Cached test assets (firmware, KOReader zips)
tests/cached_assets/