From 271cdf670bcf9a1e384d265a5a0ade5b2905fd69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Forysiuk?= Date: Mon, 27 Feb 2012 01:13:58 +0100 Subject: [PATCH] makedist.midori: Ensure that iconv.dll is copied into archive --- win32/makedist/makedist.midori | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5