chore: upgrade Electron from v39.2.4 to v41.2.1

No breaking changes affecting the kiosk app between these versions:
- BrowserView still present (deprecated but not removed until future release)
- WebContentsView destroyed-event change does not apply (app uses BrowserView)
- Session.clearStorageData quotas removal not used
- PDF OOPIF change not relevant

https://claude.ai/code/session_01M3tiofbGfmTddeMcXr8nXr
This commit is contained in:
Claude
2026-04-21 01:04:54 +00:00
parent ae65853f5a
commit 5085a19805
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ The installer will guide you through configuration during setup.
## What This Script Installs
### Core Components
- **Electron** v39.2.4 (Chromium-based app framework)
- **Electron** v41.2.1 (Chromium-based app framework)
- **Node.js** v20.x with npm
- **Openbox** - Lightweight window manager
- **LightDM** - Display manager with autologin
+1 -1
View File
@@ -7202,7 +7202,7 @@ PRELOAD
"version": "1.0.0",
"main": "main.js",
"dependencies": {
"electron": "^39.2.4"
"electron": "^41.2.1"
}
}
PKGJSON