Fixed build error

This commit is contained in:
ZestyTS 2022-08-25 00:11:39 -07:00
parent e06ee8dd07
commit 32e3ac13d3

View file

@ -2410,7 +2410,7 @@ namespace UWUVCI_AIO_WPF
}
else
{
var fileExists = File.Exists(Path.Combine(toolsPath, "bootTvTex.png");
var fileExists = File.Exists(Path.Combine(toolsPath, "bootTvTex.png"));
if (fileExists)
{
CopyAndConvertImage(Path.Combine(toolsPath, "bootTvTex.png"), Path.Combine(imgPath), false, 1280, 720, 24, "bootTvTex.tga");