From c17006cdb41540847dccbc4e69d7dfaa133b22db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Fri, 3 May 2024 21:20:02 +0200 Subject: [PATCH] Fix phar for Windows drivers --- CHANGELOG.md | 5 +++-- tools/phar/box.json | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f74319..cdca60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## Not released yet -* Fixed jolinotif executable in verbose mode when no driver is available -* Changed jolinotif executable to better handle option passed several times +* Fixed phar for Windows drivers +* Fixed executable in verbose mode when no driver is available +* Changed executable to better handle option passed several times ## 2.7.0 (2024-05-03) diff --git a/tools/phar/box.json b/tools/phar/box.json index dd07666..e6bdb68 100644 --- a/tools/phar/box.json +++ b/tools/phar/box.json @@ -1,5 +1,10 @@ { "base-path": "../../", + "directories": [ + "bin", + "src", + "vendor" + ], "files": [ "LICENSE", "vendor/autoload.php"