Update FFmpeg download URL

This commit is contained in:
Jaex 2023-09-17 13:41:12 +03:00
parent 691c9011bc
commit 73f9cf409b

View file

@ -94,7 +94,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/releases/download/v6.0/ffmpeg-6.0-win64.zip";
private const string FFmpegDownloadURL = "https://github.com/ShareX/FFmpeg-Builds/releases/download/latest/ffmpeg-latest-win64.zip";
private static void Main(string[] args)
{