[Paths] Expose exe path via func export
This commit is contained in:
parent
53024c2c42
commit
b5ad8d8fb1
1 changed files with 2 additions and 0 deletions
|
@ -21,4 +21,6 @@ exports.getResources = () => resourcesPath;
|
||||||
exports.getModuleDataPath = () => moduleData;
|
exports.getModuleDataPath = () => moduleData;
|
||||||
exports.getInstallPath = () => installPath;
|
exports.getInstallPath = () => installPath;
|
||||||
|
|
||||||
|
exports.getExeDir = () => exeDir; // Custom / non-standard
|
||||||
|
|
||||||
exports.init = () => {}; // Stub as we setup on require
|
exports.init = () => {}; // Stub as we setup on require
|
Loading…
Reference in a new issue