mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-09-27 20:11:15 +02:00
fix: the defaultThemesRessourcesPath variable was aiming to and old path, causing warn at every launch
This commit is contained in:
@@ -150,7 +150,7 @@ const binaryPaths = {
|
|||||||
* - user themes are persisted in userData to survive updates
|
* - user themes are persisted in userData to survive updates
|
||||||
*/
|
*/
|
||||||
const userThemesPath = path.join(app.getPath("userData"), "themes");
|
const userThemesPath = path.join(app.getPath("userData"), "themes");
|
||||||
const defaultThemesSourcePath = path.join(resourcesPath, "theme");
|
const defaultThemesSourcePath = path.join("theme");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes user theme directory and ensures default themes exist.
|
* Initializes user theme directory and ensures default themes exist.
|
||||||
|
|||||||
Reference in New Issue
Block a user