changed Mac binary path to fix wrong signature issue

This commit is contained in:
Mathis Waldmann
2022-03-27 14:19:49 +02:00
parent 78fb9bfc6c
commit 3dd5e083c6

View File

@@ -41,7 +41,7 @@ public class Mac extends OS {
}
@Override public String getRenderBinaryPath() {
return "Blender" + File.separator + "blender.app" + File.separator + "Contents" + File.separator + "MacOS" + File.separator + "blender";
return "Blender" + File.separator + "Blender.app" + File.separator + "Contents" + File.separator + "MacOS" + File.separator + "Blender";
}
@Override public Process exec(List<String> command, Map<String, String> env) throws IOException {