From 531afbe4040fe566d22cea4c631afca6d15e5783 Mon Sep 17 00:00:00 2001 From: Matt Budd Date: Tue, 16 Jun 2020 21:51:45 -0400 Subject: [PATCH] Trying again.... --- pipelines/win32_build.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pipelines/win32_build.bat b/pipelines/win32_build.bat index 80a7f657..7821acc9 100644 --- a/pipelines/win32_build.bat +++ b/pipelines/win32_build.bat @@ -12,7 +12,9 @@ copy vc14_bin_Debug\fceux.exe ..\output\. copy vc14_bin_Debug\7z.dll ..\output\. REM Create Zip Archive -archive.bat +REM archive.bat +cd %PROJECT_ROOT%\output +..\vc\zip -X -9 -r ..\vc\fceux.zip fceux.exe fceux.chm taseditor.chm 7z.dll *.dll palettes luaScripts tools cd %PROJECT_ROOT%