From b30e781f2657769d257e063436db2b03ef97b2bb Mon Sep 17 00:00:00 2001 From: Arron Franklin Date: Sun, 7 Jul 2019 16:31:48 +0100 Subject: [PATCH] Updated pawn.json for linux build --- pawn.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pawn.json b/pawn.json index 0f8ae97..c43dece 100644 --- a/pawn.json +++ b/pawn.json @@ -8,6 +8,12 @@ "platform": "windows", "archive": true, "plugins": ["plugins/SKY.dll"] + }, + { + "name": "SKY.dll.zip", + "platform": "linux", + "archive": true, + "plugins": ["plugins/SKY.so"] } ], "runtime": {