prep for release v25.3.0 [no ci]

This commit is contained in:
Jason Dove
2025-07-24 20:43:49 -05:00
parent dd9a6d5a06
commit e363ab00bb
2 changed files with 5 additions and 2 deletions
@@ -1083,5 +1083,5 @@ public class TranscodingTests
}
private static string ExecutableName(string baseName) =>
OperatingSystem.IsWindows() ? $"{baseName}.exe" : baseName;
OperatingSystem.IsWindows() ? $"{baseName}.exe" : $"/home/jason/Downloads/ffmpeg/ffmpeg-n7.1.1-56-gc2184b65d2-linux64-gpl-7.1/bin/{baseName}";
}