@@ -175,7 +175,7 @@ public SelectAppPage()
175175 // Add Epic Games Launcher install location
176176 try
177177 {
178- string epicGamesConfigPath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) , "EpicGamesLauncher" , "Saved" , "Config" , "Windows " , "GameUserSettings.ini" ) ;
178+ string epicGamesConfigPath = Path . Combine ( Environment . GetFolderPath ( Environment . SpecialFolder . LocalApplicationData ) , "EpicGamesLauncher" , "Saved" , "Config" , "WindowsEditor " , "GameUserSettings.ini" ) ;
179179 if ( File . Exists ( epicGamesConfigPath ) )
180180 {
181181 var epicGamesConfig = new Utilities . IniFile ( epicGamesConfigPath ) ;
@@ -255,7 +255,8 @@ public SelectAppPage()
255255 searchPath . ContainsIgnoreCase ( "java" ) ||
256256 searchPath . ContainsIgnoreCase ( "steamvr" ) ||
257257 searchPath . Contains ( "\\ Portal\\ bin" ) ||
258- searchPath . Contains ( "DotNet" ) )
258+ searchPath . Contains ( "DotNet" ) ||
259+ searchPath . Contains ( "\\ lib\\ " ) )
259260 {
260261 continue ;
261262 }
@@ -302,6 +303,7 @@ public SelectAppPage()
302303 // Exclude common installer, support and launcher executables
303304 if ( path . ContainsIgnoreCase ( "activation" ) ||
304305 path . ContainsIgnoreCase ( "apputil" ) ||
306+ path . ContainsIgnoreCase ( "autorun" ) ||
305307 path . ContainsIgnoreCase ( "benchmark" ) ||
306308 path . ContainsIgnoreCase ( "cefprocess" ) ||
307309 path . ContainsIgnoreCase ( "compile" ) ||
0 commit comments