use manifest.install_path instead auto resolved

This commit is contained in:
srgooglo 2023-11-15 01:54:35 +01:00
parent c9541bc352
commit e78047665d

View File

@ -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
})