added ability for cideraudio to be loaded externally
This commit is contained in:
parent
6b0a39a6bb
commit
82d403a9ab
4 changed files with 11 additions and 2 deletions
|
@ -22,6 +22,7 @@ export class utils {
|
|||
ciderCache: path.resolve(app.getPath("userData"), "CiderCache"),
|
||||
themes: path.resolve(app.getPath("userData"), "Themes"),
|
||||
plugins: path.resolve(app.getPath("userData"), "Plugins"),
|
||||
externals: path.resolve(app.getPath("userData"), "externals"),
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue