summary refs log tree commit diff stats
path: root/compiler/nimrod.ini
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-10-17 18:18:46 +0200
committerAraq <rumpf_a@web.de>2014-10-17 18:18:46 +0200
commit56f1f3d4bce3e9e52e15e3569668d3dacc1c5f77 (patch)
tree2b4e7e67f32e1e06c320cad3de8742615f1d3273 /compiler/nimrod.ini
parent4accf4292997bda0e9746a152ba202c646e01e11 (diff)
downloadNim-56f1f3d4bce3e9e52e15e3569668d3dacc1c5f77.tar.gz
more improvements for the NSIS installer
Diffstat (limited to 'compiler/nimrod.ini')
-rw-r--r--compiler/nimrod.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini
index 934ef3988..82d5ea2ae 100644
--- a/compiler/nimrod.ini
+++ b/compiler/nimrod.ini
@@ -123,9 +123,10 @@ Files: "koch.exe"
 Files: "start.bat"
 BinPath: r"bin;dist\mingw\bin;dist"
 
-;           Section | dir | zipFile | size hint (in KB) | url
+;           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"
 Download: r"C compiler (mingw)|dist|mingw.zip|82944|http://nim-lang.org/download/${mingw}.zip"
+Download: r"Aporia IDE|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.1.3.zip|aporia\bin\aporia.exe"
 ; for now only NSIS supports optional downloads
 
 [UnixBin]