-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
settings.json
42 lines (38 loc) · 1.03 KB
/
settings.json
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
{
"extensions": {
"archiveExt": ["zip", "tar", "tar.gz"],
"exeExt": ["exe", "reg", "bat", "cmd", "ps1", "sh", "ksh", "jar"],
"setupExt": ["msi"],
"docExt": ["txt", "md", "pdf", "doc", "docx", "xml", "rtf", "odt", "xls", "xlsx", "csv", "log"],
"imgExt": ["bmp", "jpg", "jpeg", "gif", "png", "ico"],
"webExt": ["html", "htm", "php", "js", "asp", "aspx", "css"],
"soundExt": ["wav", "mp3", "ogg", "wma"],
"vidExt": ["mp4", "mpg", "mpeg", "wmv", "avi", "mkv"],
"custExt": [],
},
"paths": {
"savePath": "./saves",
"resPath": "./res",
"xmlPath": "./res/xml",
"langpackPath": "./res/langpacks",
"batPath": "./res/bat",
"antPath": "./res/ant",
"psPath": "./res/ps",
"libPath": "./lib/dcp",
"targetPath": "./target",
"exeTargetDir": "~tmp/"
},
"files": {
"confFile": "./conf.dcp",
"defDirFile": "./res/default-dir.txt",
"xmlIzpackInstall": "./install.xml"
},
"options": {
"izpackWrite": "yes",
"izpackCompile": "yes",
"apikey": "Admin:Admin"
},
"codes": {
"iso3": ["eng", "fra", "deu", "spa"]
}
}