Added 7z.dll to zipped package file.
This commit is contained in:
parent
bce4ea30f8
commit
be6dff9d68
|
@ -7,8 +7,9 @@ msbuild %PROJECT_ROOT%\vc\vc14_fceux.vcxproj
|
||||||
|
|
||||||
cd %PROJECT_ROOT%\vc
|
cd %PROJECT_ROOT%\vc
|
||||||
|
|
||||||
REM Copy Executable to output directory
|
REM Copy Executable and dlls to output directory
|
||||||
copy vc14_bin_Debug\fceux.exe ..\output\.
|
copy vc14_bin_Debug\fceux.exe ..\output\.
|
||||||
|
copy vc14_bin_Debug\7z.dll ..\output\.
|
||||||
|
|
||||||
REM Create Zip Archive
|
REM Create Zip Archive
|
||||||
archive.bat
|
archive.bat
|
||||||
|
|
Loading…
Reference in New Issue