diff options
| author | ruki <[email protected]> | 2023-11-14 22:53:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-14 22:53:30 +0800 |
| commit | a9594182fa76a1627f737c1882b961c9050b88ec (patch) | |
| tree | 1762ed4fc8b8ed21ee42416d5a010518960db348 /tests/plugins | |
| parent | e861b85caa465a4370917972c34f237d271f8d16 (diff) | |
improve basename
Diffstat (limited to 'tests/plugins')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua index a19dcd021..666b98c54 100644 --- a/tests/plugins/pack/xmake.lua +++ b/tests/plugins/pack/xmake.lua @@ -11,6 +11,7 @@ xpack("test") set_formats("nsis") set_description("hello") add_targets("test") + set_basename("test-$(plat)-$(arch)-v$(version)") add_installfiles("assets/*.png") set_installdir("assets") on_installcmd(function (package, batchcmds) |
