diff options
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") |
