makedist.midori: Ensure that iconv.dll is copied into archive

This commit is contained in:
Paweł Forysiuk 2012-02-27 01:13:58 +01:00 committed by Christian Dywan
parent 17cccfb672
commit 271cdf670b
1 changed files with 1 additions and 0 deletions

View File

@ -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