diff --git a/UsmToolkit/Commands.cs b/UsmToolkit/Commands.cs index 4561adc..ce4c4bf 100644 --- a/UsmToolkit/Commands.cs +++ b/UsmToolkit/Commands.cs @@ -168,7 +168,7 @@ protected int OnExecute(CommandLineApplication app) string ffmpegZipPath = Path.Combine(AppContext.BaseDirectory, "ffmpeg.zip"); string ffmpegExePath = Path.Combine(AppContext.BaseDirectory, "ffmpeg.exe"); Console.WriteLine($"Downloading FFmpeg from {conf.FFmpeg}\nThis action may take a while"); - //client.DownloadFile(conf.FFmpeg, ffmpegZipPath); + client.DownloadFile(conf.FFmpeg, ffmpegZipPath); Console.WriteLine($"Extracting ffmpeg..."); using (ZipArchive archive = ZipFile.OpenRead(ffmpegZipPath))