Skip to content

Commit

Permalink
fix resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed May 8, 2020
1 parent 836ed68 commit 8b8f332
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions pawn.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,14 @@
},
"resources": [
{
"name": "pawn-json-linux.zip",
"archive": true,
"platform": "linux",
"includes": [
"includes"
],
"plugins": [
"plugins/json.so"
]
"name": "json.so",
"archive": false,
"platform": "linux"
},
{
"name": "pawn-json-windows.zip",
"archive": true,
"platform": "windows",
"includes": [
"includes"
],
"plugins": [
"plugins/json.dll"
]
"name": "json.dll",
"archive": false,
"platform": "windows"
}
]
}

0 comments on commit 8b8f332

Please sign in to comment.