Skip to content

Commit

Permalink
Merge pull request #509 from Nincodedo/Nincodedo-patch-1
Browse files Browse the repository at this point in the history
Update TwitchDownloader to 1.54.3
  • Loading branch information
MrBrax authored May 18, 2024
2 parents 4aa04da + 85b3b91 commit 16002d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fetch-tdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -euxo pipefail

# set version
TD_VERSION="1.53.5";
TD_VERSION="1.54.3";

# set arch, compatible with Linux-x64, LinuxArm, and LinuxArm64
if [ "$(uname -m)" = "x86_64" ]; then
Expand Down

0 comments on commit 16002d4

Please sign in to comment.