]> spindle.queued.net Git - midori/commitdiff
makedist.midori: Ensure that iconv.dll is copied into archive
authorPaweł Forysiuk <tuxator@o2.pl>
Mon, 27 Feb 2012 00:13:58 +0000 (01:13 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 28 Feb 2012 22:21:36 +0000 (23:21 +0100)
win32/makedist/makedist.midori

index edc9327ca3ccedd85efdeff426d74220288a091c..6c79e96048876f1868cad6e4fe56e7709e135ccf 100755 (executable)
@@ -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