fix(launcher): Linux/macOS packaged config in userData (AppImage EROFS)

AppImage mounts read-only at /tmp/.mount_*; writing launcher.json beside
execPath failed. Use app.getPath('userData') for linux/darwin when packaged.
Bump version to 1.0.3.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Docker Build
2026-05-10 21:32:43 -05:00
parent 362084b829
commit ebd8d81924
3 changed files with 7 additions and 3 deletions
@@ -1,6 +1,6 @@
{
"name": "fractured-launcher-electron",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fractured WoW launcher (Electron) — no console window, native folder picker, auto-update",
"main": "main.js",
"repository": {