瀏覽代碼

Fix for AtomicNETService path

Josh Engebretson 9 年之前
父節點
當前提交
9959e1152f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/ToolCore/NETTools/AtomicNETService.cpp

+ 1 - 1
Source/ToolCore/NETTools/AtomicNETService.cpp

@@ -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