Open
Description
ece-tools execute shell command php ./vendor/bin/ece-patches apply --no-interaction
for apply patches, with static path for binaries, in vendor/bin.
It would be great, for the developer experience (better to use custom bin-dir 'bin' at the root directory of project), to use the composer bin-dir config instead of static path.
use Composer\Composer;
private readonly Composer $composer,
$this->composer->getConfig()->get('bin-dir')