We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd979da commit 8ddfcf2Copy full SHA for 8ddfcf2
1 file changed
backend/installfinders/launchers/epic/epic.go
@@ -104,7 +104,6 @@ func FindInstallationsEpic(epicManifestsPath string, launcher string, platform c
104
}
105
106
branch, err := GetEpicBranch(epicManifest.MainGameAppName)
107
-
108
if err != nil {
109
// Some Epic installs appear to come in with a null MainGameAppName; fall back to AppName
110
branch, err = GetEpicBranch(epicManifest.AppName)
0 commit comments