X-Git-Url: http://source.bookstackapp.com/system-cli/blobdiff_plain/521132506145c3a24b42c251dc5fef7a64438c5d..3641116721fcc138ca8cbfbf5de7c36dd8d6a19a:/scripts/compile.php diff --git a/scripts/compile.php b/scripts/compile.php index f1773d1..ff7d16c 100644 --- a/scripts/compile.php +++ b/scripts/compile.php @@ -30,6 +30,7 @@ try { // Add the rest of the apps files $phar->addFile(__DIR__ . '/run', 'run'); $phar->buildFromDirectory(__DIR__, '/vendor(.*)/'); + $phar->buildFromDirectory(__DIR__, '/Commands(.*)/'); // Customize the stub to add the shebang $stub = "#!/usr/bin/env php \n" . $defaultStub;