summaryrefslogtreecommitdiff
path: root/core/xpack.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-17 23:30:30 +0800
committerruki <[email protected]>2023-11-17 23:30:30 +0800
commit0accb1d4f09cc780bbb16ea510f791f8354ee741 (patch)
tree786529a1229992b92ac59a05f7bf48f4e46e6450 /core/xpack.lua
parent42030c6ef77d2cdb5dfd1e809eff448f761d36a7 (diff)
add pack archive stub
Diffstat (limited to 'core/xpack.lua')
-rw-r--r--core/xpack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xpack.lua b/core/xpack.lua
index 280b1365a..eb61f49e4 100644
--- a/core/xpack.lua
+++ b/core/xpack.lua
@@ -1,5 +1,5 @@
xpack("xmake")
- set_formats("nsis")
+ set_formats("nsis", "zip")
set_description("A cross-platform build utility based on Lua. https://xmake.io")
set_licensefile("../LICENSE.md")
add_targets("demo")