mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-25 12:30:18 +00:00
Fixed build error
This commit is contained in:
parent
e06ee8dd07
commit
32e3ac13d3
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue