„src/GetRegionTextures.cs“ ändern
parent
6dfa7547b8
commit
0d812cbd34
|
@ -71,7 +71,7 @@ namespace GetRegionTextures
|
|||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
if(File.Exists("ffmpeg.exe"))
|
||||
if(!File.Exists("ffmpeg.exe"))
|
||||
{
|
||||
Console.WriteLine("Cant find ffmpeg.exe");
|
||||
Console.ReadLine();
|
||||
|
|
Loading…
Reference in New Issue