fix: set canonical userData path during startup

This commit is contained in:
2026-03-09 23:52:50 -07:00
parent fed60c265d
commit 618727d8e8
5 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
type: fixed
area: startup
- Prevented early Electron startup from writing config and user data under a lowercase `~/.config/subminer` path instead of the canonical `~/.config/SubMiner` directory.