Skip to content

Commit

Permalink
Helper ant task for taking screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Nov 10, 2024
1 parent 3723aba commit a2c9fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,10 @@
<antcall target="build_cli"></antcall>
</target>

<target name="run-for-screenshots" depends="-new-version-set,run">

</target>

<target name="run" depends="build">
<java jar="${dist.dir}/${jar.filename}.jar" fork="true">
<env key="VLC_VERBOSE" value="-1" />
Expand Down

0 comments on commit a2c9fd6

Please sign in to comment.