summaryrefslogtreecommitdiff
path: root/core/xpack.lua
diff options
context:
space:
mode:
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")