From 65c34527fd80b51f17a16e12f306649ce03398dc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 29 Jan 2026 08:44:29 +0800 Subject: Fixed lib path. --- yuescript-dev-1.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yuescript-dev-1.rockspec') diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec index 6d61afd..1d69998 100644 --- a/yuescript-dev-1.rockspec +++ b/yuescript-dev-1.rockspec @@ -36,10 +36,10 @@ build = { windows = { install = { lib = { - "build.luarocks/yue.dll" + "build.luarocks/Release/yue.dll" }, bin = { - "build.luarocks/yue.exe" + "build.luarocks/Release/yue.exe" } } } -- cgit v1.2.3-55-g6feb