From: Ben Soares Date: Tue, 7 Jun 2022 09:13:29 +0000 (+0100) Subject: JAL-4020 added the \Scripts\pymol.exe. to the pathList X-Git-Tag: Release_2_11_2_6~52^2~1 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=cea2941f089e7d7a8dd94d4478ed711255eba75b JAL-4020 added the \Scripts\pymol.exe. to the pathList --- diff --git a/src/jalview/ext/pymol/PymolManager.java b/src/jalview/ext/pymol/PymolManager.java index 1def866..e10fc9d 100644 --- a/src/jalview/ext/pymol/PymolManager.java +++ b/src/jalview/ext/pymol/PymolManager.java @@ -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)); }