Skip to content

Commit

Permalink
Update pawn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmisiak authored Oct 15, 2024
1 parent edc87bd commit 28436a9
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@
"repo": "samp-precise-timers",
"resources": [
{
"name": "^samp-precise-timers-(.*).zip$",
"platform": "linux",
"archive": true,
"includes": ["include"],
"plugins": ["plugins/samp-precise-timers.so"]
"name": "samp-precise-timers.so$",
"platform": "linux"
},
{
"name": "^samp-precise-timers-(.*).zip$",
"platform": "windows",
"archive": true,
"includes": ["include"],
"plugins": ["plugins/samp-precise-timers.dll"]
"name": "samp-precise-timers.dll$",
"platform": "windows"
}
],
"runtime": {
"plugins": ["bmisiak/samp-precise-timers"]
}
}
}

0 comments on commit 28436a9

Please sign in to comment.