Ensure userData dir exists #178
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/cannot-find-settings-file"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
Added logic to make sure the userdata dir exists before electron settings is called
To reproduce it, I deleted
~/.config/Orion, ranmake build_unpackedand opened the appShould we add this in the
index.jsor in theentry.js? Where does it make more sense?Just tested and both approaches work, I don't have a preference tbh. What do you think?
I think we can move the whole code in to
entry.jsand keep everything that should run as a preparation there as it is the file that is starting everything