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