From e78047665dfa1d9036d7fcbd6d211cb094377108 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 15 Nov 2023 01:54:35 +0100 Subject: [PATCH] use `manifest.install_path` instead auto resolved --- src/main/pkg_mng/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/pkg_mng/index.js b/src/main/pkg_mng/index.js index 48c562b..5a5f8d3 100644 --- a/src/main/pkg_mng/index.js +++ b/src/main/pkg_mng/index.js @@ -402,7 +402,7 @@ export default class PkgManager { await manifest.execute({ manifest, - pack_dir: manifest.packPath, + pack_dir: manifest.install_path, tmp_dir: TMP_PATH })