makedist.midori: Ensure that iconv.dll is copied into archive
This commit is contained in:
parent
17cccfb672
commit
271cdf670b
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ echo -n .
|
||||||
pushd $root_dir/bin > /dev/null
|
pushd $root_dir/bin > /dev/null
|
||||||
dll_recursive midori*.exe gspawn-*-helper*.exe libhunspell*.dll > $temp_dir/midori.exe.lst
|
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 ../lib/gio/modules/*.dll >> $temp_dir/midori.exe.lst
|
||||||
|
dll_recursive iconv.dll >> $temp_dir/midori.exe.lst
|
||||||
|
|
||||||
if [ "$DEBUG_BUILD" != "" ]; then
|
if [ "$DEBUG_BUILD" != "" ]; then
|
||||||
dll_recursive gdb.exe GtkLauncher.exe >> $temp_dir/midori.exe.lst
|
dll_recursive gdb.exe GtkLauncher.exe >> $temp_dir/midori.exe.lst
|
||||||
|
|
Loading…
Reference in a new issue