JAL-4020 added the \Scripts\pymol.exe. to the pathList
[jalview.git] / src / jalview / ext / pymol / PymolManager.java
index 1def866..e10fc9d 100644 (file)
@@ -112,7 +112,7 @@ public class PymolManager
       {
         for (String path : new String[] { "Schrodinger\\PyMOL2", "PyMOL" })
         {
-          for (String binary : new String [] {"PyMOLWinWithConsole.bat", "PyMOLWin.exe"})
+          for (String binary : new String [] {"PyMOLWinWithConsole.bat", "Scripts\\pymol.exe", "PyMOLWin.exe"})
           {
             pathList.add(String.format("%s\\%s\\%s", root, path, binary));
           }