-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathinstaller.ini
More file actions
49 lines (38 loc) · 772 Bytes
/
installer.ini
File metadata and controls
49 lines (38 loc) · 772 Bytes
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
[Project]
Name: "NimEdit"
Version: "$version"
Platforms: """
windows: i386;amd64
"""
Authors: "Andreas Rumpf"
Description: """NimEdit is the new upcoming slim IDE/editor for the Nim
programming language."""
App: Gui
License: "copying.txt"
CSources: "off"
[Documentation]
Files: "*.html"
Start: "docs.html"
[Other]
Files: "copying.txt"
Files: "fonts/*.ttf"
Files: "nimscript/*.nim"
Files: "nimscript/*.nims"
Files: "nimscript/*.nimble"
Files: "ui_desc.png"
[Windows]
Files: "nimedit.exe"
Files: "*.dll"
Files: "nimsuggest.exe"
[Unix]
Files: "nimedit"
Files: "nimsuggest"
[InnoSetup]
path = r"c:\Program Files (x86)\Inno Setup 5\iscc.exe"
flags = "/Q"
[NSIS]
path = r"c:\Program Files (x86)\NSIS\makensis.exe"
flags = "/V0"
[C_Compiler]
path = r""
flags = "-w"