Update FFmpeg to 7.1
This commit is contained in:
parent
2ec554d508
commit
445c1e2cc5
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user