From be6dff9d68897653b7251aa60267b2e8b081638c Mon Sep 17 00:00:00 2001 From: Matt Budd Date: Tue, 16 Jun 2020 21:23:52 -0400 Subject: [PATCH] Added 7z.dll to zipped package file. --- pipelines/win32_build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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