mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
Added nullrhi option
This commit is contained in:
@@ -98,7 +98,7 @@ class AddLocalVersion extends StatelessWidget {
|
||||
return "Directory doesn't exist";
|
||||
}
|
||||
|
||||
if (!FortniteVersion.findExecutable(directory, "FortniteClient-Win64-Shipping.exe").existsSync()) {
|
||||
if (FortniteVersion.findExecutable(directory, "FortniteClient-Win64-Shipping.exe") == null) {
|
||||
return "Invalid game path";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user