From c2294cfacd63067dbe3ec1f9cd43f4d85808219c Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 24 Sep 2024 23:22:20 +0800 Subject: rename demo to cli --- core/xpack.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/xpack.lua') 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 ") 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") -- cgit v1.3.1