diff --git a/pipelines/win32_build.bat b/pipelines/win32_build.bat index 4d096e32..c4a27643 100644 --- a/pipelines/win32_build.bat +++ b/pipelines/win32_build.bat @@ -7,8 +7,9 @@ msbuild %PROJECT_ROOT%\vc\vc14_fceux.vcxproj cd %PROJECT_ROOT%\vc -REM Copy Executable to output directory +REM Copy Executable and dlls to output directory copy vc14_bin_Debug\fceux.exe ..\output\. +copy vc14_bin_Debug\7z.dll ..\output\. REM Create Zip Archive archive.bat