From 636cacf7b3358ca2df52f657d58634053941ec71 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Mar 2024 23:31:18 +0800 Subject: use extraconf again --- xmake/plugins/pack/xpack_component.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/pack/xpack_component.lua') diff --git a/xmake/plugins/pack/xpack_component.lua b/xmake/plugins/pack/xpack_component.lua index fcc154687..5dc6ec10f 100644 --- a/xmake/plugins/pack/xpack_component.lua +++ b/xmake/plugins/pack/xpack_component.lua @@ -115,7 +115,7 @@ function xpack_component:_copiedfiles(filetype, outputdir) if not copiedfiles then return end -- get the extra information - local extrainfo = table.wrap(self:get("__extra_" .. filetype)) + local extrainfo = table.wrap(self:extraconf(filetype)) -- get the source paths and destinate paths local srcfiles = {} -- cgit v1.3.1