Skip to content

Commit 6be59b2

Browse files
authored
win64_build.bat should use 7z_64.dll
1 parent 867a3e7 commit 6be59b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/win64_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd %PROJECT_ROOT%\vc
99
REM Create Zip Archive
1010

1111
cd %PROJECT_ROOT%\output
12-
..\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
12+
..\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
1313
@if ERRORLEVEL 1 goto end
1414
..\vc\zip -X -9 -u -r ..\vc\fceux64.zip fceux.chm taseditor.chm palettes luaScripts tools
1515
@if ERRORLEVEL 1 goto end

0 commit comments

Comments
 (0)