From 5e9b9267e7eed5fbd53157664c185bf5f67fd40c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 27 Jun 2025 17:24:42 +0200 Subject: [PATCH] wait #7619 @0.25 --- app/Fluidbook/Compiler/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5