From f856b7e27b2ce0c6117b6b1c7ab02586805967b8 Mon Sep 17 00:00:00 2001 From: Mike Miller Date: Sun, 10 Dec 2023 04:34:11 +0200 Subject: [PATCH] [CI BUILD] test an error on Mac and Windows, to make sure error reporting works --- Assets/Scripts/Rendering/FfmpegPipe.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Rendering/FfmpegPipe.cs b/Assets/Scripts/Rendering/FfmpegPipe.cs index eac2a7f160..d6d62f63d2 100644 --- a/Assets/Scripts/Rendering/FfmpegPipe.cs +++ b/Assets/Scripts/Rendering/FfmpegPipe.cs @@ -155,10 +155,10 @@ public static string GetFfmpegExe() string exeName = null; #if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN - exeName = "ffmpeg.exe"; + exeName = "ffmpeg.exe" #endif #if UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX - exeName = "ffmpeg"; + exeName = "ffmpeg" #endif var combinedPath = Path.Combine(