diff --git a/pawn.json b/pawn.json new file mode 100644 index 0000000..bd358cd --- /dev/null +++ b/pawn.json @@ -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"] +}