Skip to content

Commit a4fac98

Browse files
author
Tobias Lückel
committed
Added sdPlugin to the bin section because otherwise it will not be installed correctly to a bin directory
1 parent 28c2f3a commit a4fac98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"proprietary"
99
],
1010
"bin": [
11-
"bin/sdTest.sh",
12-
"bin/runInSdTest.sh"
11+
"bin/runInSdTest.sh",
12+
"bin/sdPlugin.sh",
13+
"bin/sdTest.sh"
1314
]
1415
}

0 commit comments

Comments
 (0)