From 9b87501ce4e6f0889d402e8343e6a3cb03b7fe65 Mon Sep 17 00:00:00 2001 From: IllidanS4 Date: Sun, 24 May 2020 14:49:02 +0200 Subject: [PATCH] more permissive search path --- pawn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pawn.json b/pawn.json index 5e9a0e7..469ba35 100644 --- a/pawn.json +++ b/pawn.json @@ -5,14 +5,14 @@ "dependencies": ["sampctl/samp-stdlib"], "resources": [ { - "name": "YSF_.*\\.zip", + "name": "YSF.*\\.zip", "archive": true, "platform": "windows", "includes": ["pawno/include"], "plugins": ["plugins/YSF.dll"] }, { - "name": "YSF_.*\\.zip", + "name": "YSF.*\\.zip", "archive": true, "platform": "linux", "includes": ["pawno/include"],