Skip to content

Commit

Permalink
Updated pawn.json for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ADRFranklin authored and oscar-broman committed Jul 17, 2019
1 parent d43de77 commit b30e781
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b30e781

Please sign in to comment.