|
@@ -68,7 +68,7 @@ namespace ToolCore
|
|
|
String config = "Release";
|
|
String config = "Release";
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
- execPath = tenv->GetRootSourceDir() + "Artifacts/AtomicNET/" + config + "/AtomicNETService.exe";
|
|
|
|
|
|
|
+ execPath = tenv->GetAtomicNETCoreAssemblyDir() + "/AtomicNETService.exe";
|
|
|
|
|
|
|
|
#elif ATOMIC_PLATFORM_OSX
|
|
#elif ATOMIC_PLATFORM_OSX
|
|
|
|
|
|