[Paths] Expose exe path via func export

pull/9/head
Oj 2 years ago
parent 53024c2c42
commit b5ad8d8fb1

@ -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
Loading…
Cancel
Save