diff --git a/release.bat b/release.bat index 414567af..7e0b5e2d 100644 --- a/release.bat +++ b/release.bat @@ -72,10 +72,12 @@ copy bin\x32\x32bridge.dll %RELEASEDIR%\release\x32\ copy bin\x32\x32dbg.dll %RELEASEDIR%\release\x32\ copy bin\x32\x32dbg.exe %RELEASEDIR%\release\x32\ copy bin\x32\x32gui.dll %RELEASEDIR%\release\x32\ +copy bin\x32\loaddll.exe %RELEASEDIR%\release\x32\ copy bin\x64\x64bridge.dll %RELEASEDIR%\release\x64\ copy bin\x64\x64dbg.dll %RELEASEDIR%\release\x64\ copy bin\x64\x64dbg.exe %RELEASEDIR%\release\x64\ copy bin\x64\x64gui.dll %RELEASEDIR%\release\x64\ +copy bin\x64\loaddll.exe %RELEASEDIR%\release\x64\ echo "creating commithash.txt" git rev-parse HEAD > %RELEASEDIR%\commithash.txt