eve-o preview -> eve-o-preview

lutris install script
This commit is contained in:
Izakbar
2025-02-08 21:25:11 +00:00
parent 574d138341
commit 39c6a68d60
10 changed files with 106 additions and 13 deletions

View File

@@ -105,7 +105,6 @@ namespace EveOPreview.Services.Implementation
{
cmd = "-c \"wmctrl -a \"\"" + windowName + "\"\"\"";
}
System.Diagnostics.Process.Start("/bin/bash", cmd);
}