Fix typo in installer script
parent
6d3d12667b
commit
a609d192b6
|
@ -112,7 +112,7 @@ check_ret wget
|
||||||
if [[ $OS == windows-nt ]] ; then
|
if [[ $OS == windows-nt ]] ; then
|
||||||
wget http://factorcode.org/dlls/freetype6.dll
|
wget http://factorcode.org/dlls/freetype6.dll
|
||||||
check_ret
|
check_ret
|
||||||
wget http://factorcode.org/dlls/zlib1.dla
|
wget http://factorcode.org/dlls/zlib1.dll
|
||||||
check_ret
|
check_ret
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue