From b7aff0c4a829c7d8f4de155151e78d08561a6b46 Mon Sep 17 00:00:00 2001 From: chooyy Date: Mon, 23 Mar 2026 10:33:55 +0800 Subject: fix --- xmake/rules/qt/installcmd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/qt/installcmd.lua b/xmake/rules/qt/installcmd.lua index 563e4b9c6..389ffd9c4 100644 --- a/xmake/rules/qt/installcmd.lua +++ b/xmake/rules/qt/installcmd.lua @@ -75,7 +75,7 @@ function main(target, batchcmds, opt) windeployqt.run_deploy(target, deploydir, installfiles) -- copy all deployed files and directories from deploydir to root install directory via batchcmds - local installdir = package:installdir() + batchcmds:mkdir(installdir) batchcmds:cp(path.join(deploydir, "*"), installdir, {rootdir = deploydir}) -- install other shared libraries (e.g. from packages) -- cgit v1.3.1