Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <bbbradsmith@users.noreply.github.com>2021-06-09 00:43:13 +0300
committerGitHub <noreply@github.com>2021-06-09 00:43:13 +0300
commit6be59b2d8d44d20ced73ed29c83b51cb748943b7 (patch)
treeb7fbddd79ebf175d86d9fbc6297caf0f2131792c /pipelines
parent867a3e783821e8870a917f5b53f88b28cf926ab5 (diff)
win64_build.bat should use 7z_64.dll
Diffstat (limited to 'pipelines')
-rw-r--r--pipelines/win64_build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipelines/win64_build.bat b/pipelines/win64_build.bat
index 41bdbb06..3d127b8d 100644
--- a/pipelines/win64_build.bat
+++ b/pipelines/win64_build.bat
@@ -9,7 +9,7 @@ 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 ..\src\drivers\win\7z.dll
+..\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_64.dll
@if ERRORLEVEL 1 goto end
..\vc\zip -X -9 -u -r ..\vc\fceux64.zip fceux.chm taseditor.chm palettes luaScripts tools
@if ERRORLEVEL 1 goto end