From 6a1a50f850127dc9d0916d9031f889931608ae45 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 17 Jun 2020 06:49:30 -0400 Subject: [PATCH] win64_build.bat can't find 7z.dll --- pipelines/win64_build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/win64_build.bat b/pipelines/win64_build.bat index aa834141..41bdbb06 100644 --- a/pipelines/win64_build.bat +++ b/pipelines/win64_build.bat @@ -9,13 +9,13 @@ cd %PROJECT_ROOT%\vc REM Create Zip Archive cd %PROJECT_ROOT%\output -..\vc\zip -X -9 -j ..\vc\fceux64.zip ..\vc\x64\Release\fceux64.exe ..\src\drivers\win\lua\x64\lua5.1.dll ..\src\drivers\win\lua\x64\lua51.dll ..\src\auxlib.lua +..\vc\zip -X -9 -j ..\vc\fceux64.zip ..\vc\x64\Release\fceux64.exe ..\src\drivers\win\lua\x64\lua5.1.dll ..\src\drivers\win\lua\x64\lua51.dll ..\src\auxlib.lua ..\src\drivers\win\7z.dll @if ERRORLEVEL 1 goto end -..\vc\zip -X -9 -u -r ..\vc\fceux64.zip fceux.chm taseditor.chm palettes luaScripts tools 7z.dll +..\vc\zip -X -9 -u -r ..\vc\fceux64.zip fceux.chm taseditor.chm palettes luaScripts tools @if ERRORLEVEL 1 goto end cd %PROJECT_ROOT% appveyor PushArtifact %PROJECT_ROOT%\vc\fceux64.zip -:end \ No newline at end of file +:end