Skip to content

Commit db6766d

Browse files
spacemudsamp-incognito
authored andcommitted
Remove includes field from resources object (#11)
This will direct sampctl to prefer the repo include file over the archive one
1 parent 1ac727e commit db6766d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pawn.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
"name": "^samp-irc-plugin-(.*).zip$",
77
"platform": "windows",
88
"archive": true,
9-
"includes": ["pawno/include"],
109
"plugins": ["plugins/irc.dll"]
1110
},
1211
{
1312
"name": "^samp-irc-plugin-(.*).zip$",
1413
"platform": "linux",
1514
"archive": true,
16-
"includes": ["pawno/include"],
1715
"plugins": ["plugins/irc.so"]
1816
}
1917
],

0 commit comments

Comments
 (0)