summary refs log tree commit diff stats
path: root/tools/niminst
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-14 19:00:11 +0100
committerdef <dennis@felsin9.de>2015-02-14 19:00:11 +0100
commitfb718f2d04f10c63562e14c40da28b8da34d9714 (patch)
tree6ab97eb128cd43030aa23ccfddde8a758625328f /tools/niminst
parentece23d39bce679be75da10e0e6b6fcf1814dca49 (diff)
downloadNim-fb718f2d04f10c63562e14c40da28b8da34d9714.tar.gz
nimrod -> nim in some filenames
Diffstat (limited to 'tools/niminst')
-rw-r--r--tools/niminst/nsis.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/niminst/nsis.tmpl b/tools/niminst/nsis.tmpl
index 23bbf3ac9..aba1e581f 100644
--- a/tools/niminst/nsis.tmpl
+++ b/tools/niminst/nsis.tmpl
@@ -50,8 +50,8 @@
   SetCompressor /SOLID /FINAL lzma
 
   ; Installer and Uninstaller Icons
-  ; Icon "nimrod.ico"
-  ; UninstallIcon "nimrod.ico"
+  ; Icon "nim.ico"
+  ; UninstallIcon "nim.ico"
 
   ; Set installation details to be shown by default
   ShowInstDetails show
de> 2019-02-26 15:48:55 +0100 Initial version of the hot-code reloading support for native targets (#10729)' href='/ahoang/Nim/commit/nimpretty/nimpretty.nim?h=devel&id=ca4b971bc81b2e751e0388d80896fde7079b1679'>ca4b971bc ^
a1bd4a6cb ^
d1fe195dc ^




a1bd4a6cb ^

a1bd4a6cb ^
eddf9abd1 ^

837d0c727 ^
821920aa3 ^




d1fe195dc ^
eddf9abd1 ^


604a15c0a ^
eddf9abd1 ^




837d0c727 ^
d1fe195dc ^
eddf9abd1 ^



821920aa3 ^



eddf9abd1 ^
821920aa3 ^


d1fe195dc ^
eddf9abd1 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95