-
Notifications
You must be signed in to change notification settings - Fork 31
/
pawn.json
38 lines (38 loc) · 984 Bytes
/
pawn.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
{
"user": "ziggi",
"repo": "FCNPC",
"include_path": "sampsvr_files",
"resources": [
{
"name": "^FCNPC-(.+).zip$",
"platform": "linux",
"archive": true,
"version": "0.3.7",
"plugins": ["plugins/FCNPC.so"]
},
{
"name": "^FCNPC-(.+).zip$",
"platform": "windows",
"archive": true,
"version": "0.3.7",
"plugins": ["plugins/FCNPC.dll"]
},
{
"name": "^FCNPC-(.+).zip$",
"platform": "linux",
"archive": true,
"version": "0.3.DL",
"plugins": ["plugins/FCNPC-DL.so"]
},
{
"name": "^FCNPC-(.+).zip$",
"platform": "windows",
"archive": true,
"version": "0.3.DL",
"plugins": ["plugins/FCNPC-DL.dll"]
}
],
"runtime": {
"plugins": ["ziggi/FCNPC"]
}
}