Skip to content

Commit

Permalink
Merge pull request #1 from Marevin/sampctl-compatibility-fork
Browse files Browse the repository at this point in the history
Added pawn.json
  • Loading branch information
Marevin authored Jun 18, 2023
2 parents f7d0c40 + 6e7fc62 commit 8040d1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pawn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"user": "Marevin",
"repo": "samp-plugin-xml",
"include_path": "include",
"resources": [
{
"name": "xml.so",
"platform": "linux",
"archive": false
},
{
"name": "xml.dll",
"platform": "windows",
"archive": false
}
],
"runtime": {
"plugins": ["Marevin/samp-plugin-xml"]
},
"contributors": ["Zeex"]
}

0 comments on commit 8040d1e

Please sign in to comment.