From: Vincent Vanwaelscappel Date: Fri, 27 Jun 2025 15:24:42 +0000 (+0200) Subject: wait #7619 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5e9b9267e7eed5fbd53157664c185bf5f67fd40c;p=fluidbook-toolbox.git wait #7619 @0.25 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 8a528d319..d33221f56 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -2394,7 +2394,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError return; } - $webvideo = new CommandLine('/application/scripts/webvideo', $log); + $webvideo = new CommandLine('/application/scripts/webvideo.sh', $log); $webvideo->setArg(null, $file); $webvideo->setArg(null, $dir); $webvideo->execute();