Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/corehost/cli/fxr/command_line.cpp')
-rw-r--r--src/installer/corehost/cli/fxr/command_line.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/installer/corehost/cli/fxr/command_line.cpp b/src/installer/corehost/cli/fxr/command_line.cpp
index 045f7700e74..e3563947c3c 100644
--- a/src/installer/corehost/cli/fxr/command_line.cpp
+++ b/src/installer/corehost/cli/fxr/command_line.cpp
@@ -9,7 +9,6 @@
#include "sdk_info.h"
#include <trace.h>
#include <utils.h>
-#include "bundle/info.h"
namespace
{
@@ -145,7 +144,7 @@ namespace
if (mode == host_mode_t::apphost)
{
app_candidate = host_info.app_path;
- doesAppExist = bundle::info_t::is_single_file_bundle() || pal::realpath(&app_candidate);
+ doesAppExist = pal::realpath(&app_candidate);
}
else
{