Skip to content

Commit

Permalink
[FIX] build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhwong committed Oct 18, 2019
1 parent 53a35ce commit db3cf1e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ del /q libGLESv2.dll
del /q chrome_*.pak
del /q snapshot_blob.bin
del /q version
copy ..\ffmpeg.dll .\.
copy ..\PPTNDI.dll .\.
copy ..\Processing.NDI.Lib.x64.dll .\.
copy ..\uiohook.dll .\.
copy ..\*_slide.png .\resources\.
copy ..\sample.pptx .\resources\.
copy ..\deps\*.dll .\.
copy ..\deps\*_slide.png .\resources\.
copy ..\deps\sample.pptx .\resources\.
:done
pause >nul

0 comments on commit db3cf1e

Please sign in to comment.