diff options
| author | ruki <[email protected]> | 2023-11-15 22:59:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-15 22:59:18 +0800 |
| commit | bb1bb307911af6a45612b3ccc68a702b9e5702e7 (patch) | |
| tree | 6a2f39dd41d4a1d1a240ce866c36fc035b78ba2b | |
| parent | a600c1c3c3f8b60f3fd0022480ec14ca41002c5a (diff) | |
add packing output
| -rw-r--r-- | xmake/plugins/pack/nsis/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/plugins/pack/nsis/main.lua b/xmake/plugins/pack/nsis/main.lua index 8a7fa058b..2925eb82e 100644 --- a/xmake/plugins/pack/nsis/main.lua +++ b/xmake/plugins/pack/nsis/main.lua @@ -569,6 +569,7 @@ function _pack_nsis(makensis, package, opt) end function main(package) + cprint("packing %s", package:outputfile()) -- get makensis local makensis, oldenvs = _get_makensis() |
