forked from philip1337/samp-plugin-mapandreas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pawn.json
32 lines (32 loc) · 938 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
{
"user": "philip1337",
"repo": "samp-plugin-mapandreas",
"resources": [
{
"name": "^MapAndreas-linux-x86.zip",
"platform": "linux",
"archive": true,
"includes": ["linux\\/include"],
"plugins": ["linux\\/plugins\\/mapandreas.so"],
"files": {
"linux\\/scriptfiles\\/SAfull.hmap": "scriptfiles\\/SAfull.hmap",
"linux\\/scriptfiles\\/SAmin.hmap": "scriptfiles\\/SAmin.hmap"
}
},
{
"name": "^MapAndreas-win-x86.zip",
"platform": "windows",
"archive": true,
"includes": ["windows\\/include"],
"plugins": ["windows\\/plugins\\/mapandreas.dll"],
"files": {
"windows\\/scriptfiles\\/SAfull.hmap": "scriptfiles\\/SAfull.hmap",
"windows\\/scriptfiles\\/SAmin.hmap": "scriptfiles\\/SAmin.hmap"
}
}
],
"runtime": {
"plugins": ["philip1337/samp-plugin-mapandreas"]
},
"contributors": ["philip1337"]
}