]> BookStack Code Mirror - system-cli/blobdiff - scripts/compile.php
Outlined a general working backup approach
[system-cli] / scripts / compile.php
index f1773d1bfccba1e0c3d9bc1335437cb05245ec22..ff7d16c1f68f9ce7ba295717d1bb2e07678fb125 100644 (file)
@@ -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;