Skip to content

Commit 0eb7ecc

Browse files
committed
Release 2.2.4
1 parent aeeeec3 commit 0eb7ecc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
55
set(PACKAGE "ffmpegthumbnailer")
66
set(PACKAGE_VERSION_MAJOR 2)
77
set(PACKAGE_VERSION_MINOR 2)
8-
set(PACKAGE_VERSION_PATCH 3)
8+
set(PACKAGE_VERSION_PATCH 4)
99
set(PACKAGE_VERSION ${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH})
1010

1111
set(CPACK_PACKAGE_NAME ${PACKAGE})

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
FFmpegThumbnailer 2.2.4
2+
- Compile with c++14 standard
3+
- Fix build against latest ffmpeg
4+
- Fix filter remove call
5+
16
FFmpegThumbnailer 2.2.3
27
- Fix build against latest ffmpeg
38
- Fix build with recent compiler versions

0 commit comments

Comments
 (0)