From 7d5a9b498a47c47554daee8839e4f9caac1dcc64 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 28 May 2022 07:41:31 +0800 Subject: improve package --- xmake/actions/package/remote/main.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xmake/actions/package/remote/main.lua b/xmake/actions/package/remote/main.lua index dfe76bd6b..f37b1e9ac 100644 --- a/xmake/actions/package/remote/main.lua +++ b/xmake/actions/package/remote/main.lua @@ -123,6 +123,9 @@ function main() -- lock the whole project project.lock() + -- load config + config.load() + -- package the given target? local targetname = option.get("target") if targetname then -- cgit v1.3.1