From db01c1ad5323424a6aa66c579f28b2eb5f905929 Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Thu, 19 Mar 2026 13:22:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=A8=8B=E5=BA=8F=E5=89=8D=E7=9A=84DLL?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不再需要手动复制IUP DLL文件到bin目录,因为安装程序脚本已直接引用libs目录中的文件。 --- build_installer.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_installer.bat b/build_installer.bat index 240ea14..538e7d4 100644 --- a/build_installer.bat +++ b/build_installer.bat @@ -1,7 +1,4 @@ @echo off -echo Copying DLLs... -if not exist bin mkdir bin -copy /Y "libs\iup-3.31_Win64_dllw6_lib\*.dll" bin\ echo Building Installer... "D:\Program Files (x86)\Inno Setup 6\ISCC.exe" "dist\installer.iss"