diff --git a/src/main/pkg_mng/index.js b/src/main/pkg_mng/index.js index b084849..fb6ab64 100644 --- a/src/main/pkg_mng/index.js +++ b/src/main/pkg_mng/index.js @@ -576,6 +576,7 @@ export default class PkgManager { await new Promise((resolve, reject) => { const process = child_process.execFile(manifest.execute, [], { shell: true, + cwd: manifest.install_path, }) process.on("exit", resolve)