$ git clone http://tcclient.ion.nu/tc_client.git
commit 30b908f4aeff15b7d5355c1d6d5861883cdd3368
Author: Alicia <...>
Date:   Tue Dec 20 20:26:22 2016 +0100

    dist/w32.sh: fixed the path for the escapi library.

diff --git a/ChangeLog b/ChangeLog
index 08fcde4..364f0c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,7 @@ libcamera(escapi): handle failure to open camera more gracefully.
 irchack: pass along "<user> cammed up" notifications.
 configure: skip looking for libraries used for the GUI applications when building on msys.
 dist/w32.sh: bundle Adwaita icons and gdk-pixbuf loaders.
+dist/w32.sh: fixed the path for the escapi library.
 0.40:
 Moved the backward compatibility code for avcodec_{send,receive}_{frame,packet} into a separate source file to avoid pulling libavcodec into utilities that don't use it.
 Improved the RTMP acknowledgement code: counting the format 3 headers which were previously skipped, setting a more reasonable acknowledgement interval at startup and giving the server some margin before dropping outgoing video packets.
diff --git a/dist/w32.sh b/dist/w32.sh
index 1edb378..9efdf80 100755
--- a/dist/w32.sh
+++ b/dist/w32.sh
@@ -68,7 +68,7 @@ cd "$here"
   finddeps tc_client-gtk.exe
   finddeps cursedchat.exe
 ) | while read file; do cp "$file" "tc_client-${version}-w32/bin"; done
-cp escapi/bin/Win32/escapi.dll "tc_client-${version}-w32/bin"
+cp escapi/escapi.dll "tc_client-${version}-w32/bin"
 echo "cd bin" > "tc_client-${version}-w32/TC Client.cmd"
 echo "start tc_client-gtk" >> "tc_client-${version}-w32/TC Client.cmd"
 # Some good defaults