From e0e58b9322a3f8563abb2aacf5efc3e11bdeabb6 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 14 Jan 2024 07:35:07 +0300 Subject: [PATCH] Update FFmpeg to 6.1 --- ShareX.Setup/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShareX.Setup/Program.cs b/ShareX.Setup/Program.cs index c5f19b13f..b772a83d4 100644 --- a/ShareX.Setup/Program.cs +++ b/ShareX.Setup/Program.cs @@ -93,7 +93,7 @@ private enum SetupJobs private static string MakeAppxPath => Path.Combine(WindowsKitsDir, "x64", "makeappx.exe"); private const string InnoSetupCompilerPath = @"C:\Program Files (x86)\Inno Setup 6\ISCC.exe"; - private const string FFmpegDownloadURL = "https://github.com/ShareX/FFmpeg-Builds/releases/download/latest/ffmpeg-latest-win64.zip"; + private const string FFmpegDownloadURL = "https://github.com/ShareX/FFmpeg/releases/download/v6.1/ffmpeg-6.1-win64.zip"; private static void Main(string[] args) {