File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7878 for tool in ffmpegthumbnailer; do
7979 mkdir -p ${tool}-temp
8080 cp release_win/bin/${tool}.exe ${tool}-temp/
81- tar -czf ${tool}-windows-mingw64.tar.gz -C ${tool}-temp ${tool}
81+ tar -czf ${tool}-windows-mingw64.tar.gz -C ${tool}-temp ${tool}.exe
8282 rm -rf ${tool}-temp
8383 gh release upload ${{ needs.create-release.outputs.tag_name }} ${tool}-windows-mingw64.tar.gz
8484 done
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
55set (PACKAGE "ffmpegthumbnailer" )
66set (PACKAGE_VERSION_MAJOR 2)
77set (PACKAGE_VERSION_MINOR 2)
8- set (PACKAGE_VERSION_PATCH 3 )
8+ set (PACKAGE_VERSION_PATCH 4 )
99set (PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR} .${PACKAGE_VERSION_MINOR} .${PACKAGE_VERSION_PATCH} )
1010
1111set (CPACK_PACKAGE_NAME ${PACKAGE} )
Original file line number Diff line number Diff line change 1+ FFmpegThumbnailer 2.2.4
2+ - Compile with c++14 standard
3+ - Fix build against latest ffmpeg
4+ - Fix filter remove call
5+
16FFmpegThumbnailer 2.2.3
27- Fix build against latest ffmpeg
38- Fix build with recent compiler versions
You can’t perform that action at this time.
0 commit comments