mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-23 03:23:03 +00:00
fixed this
This commit is contained in:
parent
d77de14bd2
commit
815d81dc6e
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
|
|||
{
|
||||
MainViewModel mvm = FindResource("mvm") as MainViewModel;
|
||||
mvm.msg = "Copying Injected Game...";
|
||||
if(!path.Contains("[WUP]"))
|
||||
if(!System.IO.Path.Combine(path, mvm.foldername).Contains("[WUP]"))
|
||||
{
|
||||
DirectoryCopy(System.IO.Path.Combine(path, mvm.foldername), driveletter + "\\wiiu\\games\\" + mvm.foldername, true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue