From c4202692a4758c4b225f285544ee0e7145e32c13 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 14 Aug 2024 23:48:28 +0800 Subject: improve clean --- xmake/plugins/pack/main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmake/plugins/pack/main.lua') diff --git a/xmake/plugins/pack/main.lua b/xmake/plugins/pack/main.lua index 9ca47074f..b108be790 100644 --- a/xmake/plugins/pack/main.lua +++ b/xmake/plugins/pack/main.lua @@ -112,12 +112,12 @@ function main() return remote_build_action() end - -- lock the whole project - project.lock() - -- load config first task.run("config", {}, {disable_dump = true}) + -- lock the whole project + project.lock() + -- enter project directory local oldir = os.cd(project.directory()) -- cgit v1.3.1