]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7619 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 27 Jun 2025 15:24:42 +0000 (17:24 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 27 Jun 2025 15:24:42 +0000 (17:24 +0200)
app/Fluidbook/Compiler/Compiler.php

index 8a528d3196de40eebd008ec2f873372fca1db993..d33221f56314fac8e5f37a1f313d42fd32098dbc 100644 (file)
@@ -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();