[Paths] Expose exe path via func export

This commit is contained in:
Ducko 2021-12-11 15:19:04 +00:00
parent 53024c2c42
commit b5ad8d8fb1
1 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,6 @@ exports.getResources = () => resourcesPath;
exports.getModuleDataPath = () => moduleData;
exports.getInstallPath = () => installPath;
exports.getExeDir = () => exeDir; // Custom / non-standard
exports.init = () => {}; // Stub as we setup on require