From 40530d90a8afc4db1fc32ebdf3b24b45e3f3981f Mon Sep 17 00:00:00 2001 From: Jaex Date: Tue, 23 Apr 2024 05:40:37 +0300 Subject: [PATCH] Update FFmpeg to 7.0 --- 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 81ff8d0b0..9f9d462a1 100644 --- a/ShareX.Setup/Program.cs +++ b/ShareX.Setup/Program.cs @@ -93,7 +93,7 @@ namespace ShareX.Setup 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/releases/download/v6.1/ffmpeg-6.1-win64.zip"; + private const string FFmpegDownloadURL = "https://github.com/ShareX/FFmpeg/releases/download/v7.0/ffmpeg-7.0-win64.zip"; private static void Main(string[] args) {