-
Notifications
You must be signed in to change notification settings - Fork 80
/
pawn.json
45 lines (45 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
{
"user": "pBlueG",
"repo": "SA-MP-MySQL",
"resources": [
{
"name": "^mysql-.+-([Dd]ebian[0-9]?|[Ll]inux)-static\\.tar\\.gz$",
"platform": "linux",
"archive": true,
"includes": ["mysql-.+\\/pawno\\/include"],
"plugins": ["mysql-.+\\/plugins\\/mysql.so"],
"files": {
"mysql-.+\\/log-core.so": "log-core.so"
}
},
{
"name": "^mysql-.+-win(32)?.zip$",
"platform": "windows",
"archive": true,
"includes": ["mysql-.+\\/pawno\\/include"],
"plugins": ["mysql-.+\\/plugins\\/mysql.dll"],
"files": {
"mysql-.+\\/log-core.dll": "log-core.dll",
"mysql-.+\\/libmariadb.dll": "libmariadb.dll"
}
}
],
"runtime": {
"plugins": ["pBlueG/SA-MP-MySQL"]
},
"contributors": [
"AndreT",
"DamianC",
"IstuntmanI",
"JernejL",
"Konstantinos",
"krisk",
"kurta999",
"Kye",
"maddinat0r",
"Mow",
"nemesis",
"Sergei",
"xxmitsu"
]
}