JAL-4020 added the \Scripts\pymol.exe. to the pathList
authorBen Soares <bsoares@dundee.ac.uk>
Tue, 7 Jun 2022 09:13:29 +0000 (10:13 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Tue, 7 Jun 2022 09:13:29 +0000 (10:13 +0100)
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 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));
           }
           {
             pathList.add(String.format("%s\\%s\\%s", root, path, binary));
           }