From 29e5252336c26f647e2cebb677b22fd1509c7a4f Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 26 Aug 2025 22:39:02 +0800 Subject: update tips --- xmake/modules/private/action/require/impl/download_packages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/private/action/require/impl/download_packages.lua b/xmake/modules/private/action/require/impl/download_packages.lua index a5e25c0f5..12ed3908b 100644 --- a/xmake/modules/private/action/require/impl/download_packages.lua +++ b/xmake/modules/private/action/require/impl/download_packages.lua @@ -298,7 +298,7 @@ function main(requires, opt) -- download all required packages from repositories _download_packages(packages_download) cprint("outputdir: ${bright}%s", option.get("packagedir")) - cprint("${color.success}install packages ok") + cprint("${color.success}download packages ok") return packages end -- cgit v1.3.1