Update FFmpeg to 6.1

This commit is contained in:
Jaex 2024-01-14 07:35:07 +03:00
parent 4cb7820335
commit e0e58b9322

View file

@ -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)
{