diff options
| author | ruki <[email protected]> | 2023-11-09 23:55:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-09 23:55:57 +0800 |
| commit | fcbd4baf1055b02ce4cd71ed96c7d32402f077e9 (patch) | |
| tree | dd9992551afcd157c05f143ee8184f15923a1160 /xmake/plugins/pack/xpack.lua | |
| parent | 6fa2d1e158c2d97d9f3f5349874150f06f914cbb (diff) | |
add pack nsis stub
Diffstat (limited to 'xmake/plugins/pack/xpack.lua')
| -rw-r--r-- | xmake/plugins/pack/xpack.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua index b22d07a2f..680b75d6d 100644 --- a/xmake/plugins/pack/xpack.lua +++ b/xmake/plugins/pack/xpack.lua @@ -197,6 +197,9 @@ function packages() local formats_need = option.get("formats") if formats_need then formats_need = formats_need:split(",") + if formats_need[1] == "all" then + formats_need = nil + end end local xpack_scope = project.scope("xpack") for name, scope in pairs(xpack_scope) do |
