diff --git a/pipelines/win64_build.bat b/pipelines/win64_build.bat index 679aa350..aa834141 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\fceux.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 @if ERRORLEVEL 1 goto end ..\vc\zip -X -9 -u -r ..\vc\fceux64.zip fceux.chm taseditor.chm palettes luaScripts tools 7z.dll @if ERRORLEVEL 1 goto end diff --git a/vc/vc14_fceux.vcxproj b/vc/vc14_fceux.vcxproj index c56b0458..54d4ed15 100644 --- a/vc/vc14_fceux.vcxproj +++ b/vc/vc14_fceux.vcxproj @@ -138,6 +138,12 @@ true + + $(ProjectName) + + + $(ProjectName)64 + "%windir%\Sysnative\cscript" /nologo /E:JScript "defaultconfig\make_scmrev.h.js"