diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-09 17:34:51 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-09 17:34:57 +0200 |
commit | 76c8d6164b10846f18dbd441e4d1db5d501da09d (patch) | |
tree | 61127dbd248c2bfead73ce1e57e087a48bb858e4 /compiler/installer.ini | |
parent | 0ea65a824d61dcfeb93193f38745667880943ba3 (diff) | |
download | Nim-76c8d6164b10846f18dbd441e4d1db5d501da09d.tar.gz |
added 'koch testinstall' command; more installer related bugfixes
Diffstat (limited to 'compiler/installer.ini')
-rw-r--r-- | compiler/installer.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 8fe269cdd..96254252f 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -68,6 +68,7 @@ Files: "web/ticker.html" Files: "web/*.nim" Files: "web/*.txt" Files: "web/*.rst" +Files: "web/*.csv" Files: "web/news/*.rst" Files: "bin/nimblepkg/*.nim" Files: "bin/nimblepkg/*.cfg" |