Skip to content

Commit

Permalink
Upgrade gifski. fixes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-asriyan committed Sep 4, 2024
1 parent 65480af commit 1467fd1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:buster as builder-gifski
RUN cargo install --version 1.7.0 gifski
RUN cargo install --version 1.32.0 gifski

FROM gcc:13 as builder-lottie-to-png
RUN apt update && \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added test-files/04.tgs
Binary file not shown.
7 changes: 5 additions & 2 deletions test-files/index.json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"01.tgs": {
"link": "https://t.me/addstickers/AnimatedEmojies"
},
"1.json": {
"02.json": {
"link": "https://lottiefiles.com/18168-stay-safe-stay-home"
},
"2.json": {
"03.json": {
"link": "https://github.com/ed-asriyan/lottie-converter/issues/92"
},
"04.tgs": {
"link": "https://github.com/ed-asriyan/lottie-converter/issues/96"
}
}

0 comments on commit 1467fd1

Please sign in to comment.