Skip to content

Commit

Permalink
Fix PHAR file didn't include some folders
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtho committed Nov 27, 2023
1 parent 6b1ad11 commit a10fbf2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions box.json.dist
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/box-project/box/main/res/schema.json",
"main": false,
"compression": "GZ",
"algorithm": "SHA256",
"output": "oh-my-pmmp.phar",
"files": [
"plugin.yml",
"LICENSE"
],
"directories": [
"src",
"resources"
],
"compression": "GZ",
"algorithm": "SHA256",
"output": "oh-my-pmmp.phar"
"vendor",
"resources",
"src"
]
}

0 comments on commit a10fbf2

Please sign in to comment.