mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
ToLower()
This commit is contained in:
parent
2a3b561ab0
commit
03730c830c
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ namespace UWUVCI_AIO_WPF
|
|||
var p = new Process();
|
||||
var fileName = Application.ResourceAssembly.Location;
|
||||
foreach (var file in Directory.GetFiles(Directory.GetCurrentDirectory(), "*.exe"))
|
||||
if (Path.GetFileName(file).Contains("vWii"))
|
||||
if (Path.GetFileName(file).ToLower().Contains("vwii"))
|
||||
{
|
||||
fileName = file;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue