diff options
| author | ruki <[email protected]> | 2024-09-24 23:22:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-24 23:22:20 +0800 |
| commit | c2294cfacd63067dbe3ec1f9cd43f4d85808219c (patch) | |
| tree | 95d9bf5d048df8c261b0917ff43e3bb4f3c9842b /core/xpack.lua | |
| parent | 583f8e6944130e157ec85b8a975a76733b3eb775 (diff) | |
rename demo to cli
Diffstat (limited to 'core/xpack.lua')
| -rw-r--r-- | core/xpack.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/xpack.lua b/core/xpack.lua index c9d51b852..0f704f49e 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -6,9 +6,9 @@ xpack("xmake") set_author("ruki <[email protected]>") set_licensefile("../LICENSE.md") set_formats("nsis", "wix", "zip") - add_targets("demo") + add_targets("cli") set_bindir(".") - set_iconfile("src/demo/xmake.ico") + set_iconfile("src/cli/xmake.ico") add_components("LongPath") |
