summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xpack.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-14 23:31:18 +0800
committerruki <[email protected]>2024-03-14 23:31:18 +0800
commit636cacf7b3358ca2df52f657d58634053941ec71 (patch)
tree8733f7af4e143f69c5f00a7afd5538e0ea15e1ac /xmake/plugins/pack/xpack.lua
parenta67fb637ece57b7c0e753de721a32d14551bfc55 (diff)
use extraconf again
Diffstat (limited to 'xmake/plugins/pack/xpack.lua')
-rw-r--r--xmake/plugins/pack/xpack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua
index 1868252d7..484aa3e2a 100644
--- a/xmake/plugins/pack/xpack.lua
+++ b/xmake/plugins/pack/xpack.lua
@@ -390,7 +390,7 @@ function xpack:_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 = {}