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"