diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-13 12:06:04 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-13 12:18:44 +0200 |
commit | 7e8c9eda45b887b13f4354fcb25fe39708478cc3 (patch) | |
tree | 410c2d3a0136237958c261e5e6ff1b3508a232c5 /compiler | |
parent | 112cde69c84012f28bed0eedc83c1e521baf285f (diff) | |
download | Nim-7e8c9eda45b887b13f4354fcb25fe39708478cc3.tar.gz |
more niminst fixes
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/installer.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 96254252f..f9b112d66 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -48,7 +48,6 @@ Start: "doc/overview.html" [Other] Files: "readme.txt;install.txt;contributors.txt;copying.txt" Files: "makefile" -Files: "*.ini" Files: "koch.nim" Files: "icons/nim.ico" @@ -66,7 +65,6 @@ Files: "tools" Files: "web/website.ini" Files: "web/ticker.html" Files: "web/*.nim" -Files: "web/*.txt" Files: "web/*.rst" Files: "web/*.csv" Files: "web/news/*.rst" |