From: Paweł Forysiuk Date: Mon, 27 Feb 2012 00:13:58 +0000 (+0100) Subject: makedist.midori: Ensure that iconv.dll is copied into archive X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271cdf670bcf9a1e384d265a5a0ade5b2905fd69;p=midori makedist.midori: Ensure that iconv.dll is copied into archive --- diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori index edc9327c..6c79e960 100755 --- a/win32/makedist/makedist.midori +++ b/win32/makedist/makedist.midori @@ -102,6 +102,7 @@ echo -n . pushd $root_dir/bin > /dev/null dll_recursive midori*.exe gspawn-*-helper*.exe libhunspell*.dll > $temp_dir/midori.exe.lst dll_recursive ../lib/gio/modules/*.dll >> $temp_dir/midori.exe.lst +dll_recursive iconv.dll >> $temp_dir/midori.exe.lst if [ "$DEBUG_BUILD" != "" ]; then dll_recursive gdb.exe GtkLauncher.exe >> $temp_dir/midori.exe.lst