Skip to content

Commit

Permalink
added resources to pawn.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jun 2, 2018
1 parent 2a3f89f commit b6de2f3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@
"runtime": {
"plugins": ["Southclaws/pawn-chrono"]
},
"build": {
"version": "3.10.7"
"resources": [
{
"name": "chrono.so",
"archive": false,
"platform": "linux"
},
{
"name": "chrono.dll",
"archive": false,
"platform": "windows"
}
]
}

0 comments on commit b6de2f3

Please sign in to comment.