fixed this

This commit is contained in:
NicoAICP 2020-06-23 16:22:08 +02:00
parent d77de14bd2
commit 815d81dc6e

View file

@ -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);
}