summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-10-16 22:02:15 +0200
committerAraq <rumpf_a@web.de>2015-10-16 22:02:34 +0200
commitd1ae1cba87f23f4667552badb3e984dd7086b634 (patch)
tree9d25ebc307fa1255d2d0d158c5542d517c3d50d4 /compiler
parentae7bba7456f4fe1d94fb75f88d2acc6733a2f4db (diff)
downloadNim-d1ae1cba87f23f4667552badb3e984dd7086b634.tar.gz
fixes installation problems on unix by hardcoding the dlls.zip name
Diffstat (limited to 'compiler')
-rw-r--r--compiler/installer.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini
index 24378c2b5..318bb36b1 100644
--- a/compiler/installer.ini
+++ b/compiler/installer.ini
@@ -247,7 +247,7 @@ BinPath: r"bin;dist\mingw\bin;dist"
 ;           Section | dir | zipFile | size hint (in KB) | url | exe start menu entry
 Download: r"Documentation|doc|docs.zip|13824|http://nim-lang.org/download/docs-${version}.zip|overview.html"
 Download: r"C Compiler (MingW)|dist|mingw.zip|82944|http://nim-lang.org/download/${mingw}.zip"
-Download: r"Support DLL's|bin|nim_dlls.zip|479|http://nim-lang.org/download/${support_dlls}.zip"
+Download: r"Support DLL's|bin|nim_dlls.zip|479|http://nim-lang.org/download/dlls.zip"
 Download: r"Aporia IDE|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.3.0.zip|aporia-0.3.0\bin\aporia.exe"
 ; for now only NSIS supports optional downloads