Update FFmpeg to 7.1

This commit is contained in:
Jaex 2025-01-24 05:12:57 +03:00
parent 2ec554d508
commit 445c1e2cc5

View File

@ -93,7 +93,8 @@ 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/v7.0/ffmpeg-7.0-win64.zip";
private const string FFmpegVersion = "7.1";
private static string FFmpegDownloadURL = $"https://github.com/ShareX/FFmpeg/releases/download/v{FFmpegVersion}/ffmpeg-{FFmpegVersion}-win64.zip";
private static void Main(string[] args)
{