Skip to content

Commit

Permalink
Update Win32 video tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
fflewddur committed May 1, 2016
1 parent 8c89032 commit 2908185
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,16 @@
<arg value="${signtool.cert.pw}"/>
<arg value="${inno.dir}\comskip.exe"/>
</exec>
<exec executable="${signtool.bin}">
<arg value="sign"/>
<arg value="/f"/>
<arg value="${signtool.cert}"/>
<arg value="/t"/>
<arg value="http://timestamp.comodoca.com/authenticode"/>
<arg value="/p"/>
<arg value="${signtool.cert.pw}"/>
<arg value="${inno.dir}\HandBrake.exe"/>
</exec>

<exec executable="${inno.compiler}">
<arg value='/O"${artifact.output.archivo}"'/>
Expand Down
Binary file modified package/win32/tools/comskip.exe
Binary file not shown.
Binary file modified package/win32/tools/ffmpeg.exe
Binary file not shown.
Binary file modified package/win32/tools/ffprobe.exe
Binary file not shown.

0 comments on commit 2908185

Please sign in to comment.