summaryrefslogtreecommitdiff
path: root/xmake/includes
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-09 23:55:57 +0800
committerruki <[email protected]>2023-11-09 23:55:57 +0800
commitfcbd4baf1055b02ce4cd71ed96c7d32402f077e9 (patch)
treedd9992551afcd157c05f143ee8184f15923a1160 /xmake/includes
parent6fa2d1e158c2d97d9f3f5349874150f06f914cbb (diff)
add pack nsis stub
Diffstat (limited to 'xmake/includes')
-rw-r--r--xmake/includes/xpack/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua
index 30efaf2ac..a6a3f1cea 100644
--- a/xmake/includes/xpack/xmake.lua
+++ b/xmake/includes/xpack/xmake.lua
@@ -36,8 +36,8 @@ local apis = {
"xpack.set_description",
-- set package license, we will also get them from target
"xpack.set_license",
- -- add package formats, e.g. nsis, deb, rpm, targz, zip, runself, ...
- "xpack.add_formats",
+ -- set package formats, e.g. nsis, deb, rpm, targz, zip, runself, ...
+ "xpack.set_formats",
-- add targets to be packaged
"xpack.add_targets",
-- add install files, we will also get them from target