Trick bin fix (#1858)

This commit is contained in:
Pherring04
2025-03-13 15:35:01 -05:00
committed by GitHub
parent 0310a06753
commit 1299f44d1a

View File

@ -145,7 +145,7 @@ public class UIUtils
*/
public static String getTrickBin()
{
String ret = System.getenv("TRICK_BIN");
String ret = System.getenv("TRICK_HOME");
if (ret == null)
{
ret = getUserHome();