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"],