From 6e7fc62bed5b50ea490669d3b0197f1667e04574 Mon Sep 17 00:00:00 2001 From: Marevin Date: Sun, 18 Jun 2023 20:31:47 +0100 Subject: [PATCH] Added pawn.json --- pawn.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pawn.json 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"] +}