Skip to content

Commit

Permalink
Attempting to copy native libs to output in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Lewis committed Nov 2, 2024
1 parent 7e5cf72 commit 1534807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaFFmpeg/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

</copy>

<copy file="${dist.jar.dir}/*.jar" todir="${dist.jar.dir}/JavaFFmpegLibraryWin64"/>
<copy file="${dist.jar.dir}/JavaFFmpeg.jar" todir="${dist.jar.dir}/JavaFFmpegLibraryWin64"/>

<zip destfile="${dist.jar.dir}/JavaFFmpegLibraryWin64_v${build.version}.zip">
<fileset dir="${c.build.dir.win64}"/>
Expand Down

0 comments on commit 1534807

Please sign in to comment.