diff options
| author | ruki <[email protected]> | 2023-11-10 22:46:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-10 22:46:52 +0800 |
| commit | a98c3c6027dbfcf93f50044777bb5c0542f16cc5 (patch) | |
| tree | 95be8eefa3f70a83c7303b412eebda5739933ec7 /xmake/plugins/pack/main.lua | |
| parent | fcbd4baf1055b02ce4cd71ed96c7d32402f077e9 (diff) | |
get makensis
Diffstat (limited to 'xmake/plugins/pack/main.lua')
| -rw-r--r-- | xmake/plugins/pack/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/main.lua b/xmake/plugins/pack/main.lua index b0a147208..513888061 100644 --- a/xmake/plugins/pack/main.lua +++ b/xmake/plugins/pack/main.lua @@ -28,7 +28,7 @@ import("xpack") function _pack_package(package) assert(package:formats(), "xpack(%s): formats not found, please use `set_formats()` to set it.", package:name()) for _, format in package:formats():keys() do - import(format)(package) + import(format)(package, {format = format}) end end |
