remove fody and update project/build to generate single exe
Linux version rely upon PATH for location of bash instead of hardcoded /bin/bash
This commit is contained in:
@@ -105,7 +105,7 @@ namespace EveOPreview.Services.Implementation
|
||||
{
|
||||
cmd = "-c \"wmctrl -a \"\"" + windowName + "\"\"\"";
|
||||
}
|
||||
System.Diagnostics.Process.Start("/bin/bash", cmd);
|
||||
System.Diagnostics.Process.Start("bash", cmd);
|
||||
}
|
||||
|
||||
public void ActivateWindow(IntPtr handle, string windowName)
|
||||
|
Reference in New Issue
Block a user