Basename bug fixed 85/125785/2 accepted/tizen/unified/20170419.163756 submit/tizen/20170419.011044
authorJongHeon Choi <j-h.choi@samsung.com>
Wed, 19 Apr 2017 01:05:52 +0000 (10:05 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Wed, 19 Apr 2017 01:06:18 +0000 (18:06 -0700)
Change-Id: Ia291696a444413b531cacaee52308fbb331a5703

NativeLauncher/launcher/dotnet/dotnet_launcher.cc

index ef42921..b3ad787 100644 (file)
@@ -292,7 +292,7 @@ int CoreRuntime::Launch(const char* app_id, const char* root, const char* path,
   searchDirectories.push_back(RuntimeDirectory);
   searchDirectories.push_back(DeviceAPIDirectory);
 #ifdef USE_MANAGED_LAUNCHER
-  searchDirectories.push_back(LauncherAssembly);
+  searchDirectories.push_back(Basename(LauncherAssembly));
 #endif
 
   AssembliesInDirectory(searchDirectories, tpa);