Fixed linux jre install
This commit is contained in:
@@ -37,7 +37,7 @@ class AniyomiBridge {
|
||||
String _getDylibDir(Directory supportDirectory) {
|
||||
String executablePath = File(Platform.resolvedExecutable).parent.path;
|
||||
if (Platform.isLinux) {
|
||||
return path.join(executablePath, "..", "jre", "customjre", "lib", "server");
|
||||
return path.join(executablePath, "jre", "customjre", "lib", "server");
|
||||
} else if (Platform.isMacOS) {
|
||||
return path.join(executablePath, "..", "Resources", "jre", "customjre", "lib", "server");
|
||||
} else if (Platform.isWindows) {
|
||||
|
||||
Reference in New Issue
Block a user