summaryrefslogtreecommitdiff
path: root/xmake/core/platform/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/platform/menu.lua')
-rw-r--r--xmake/core/platform/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/platform/menu.lua b/xmake/core/platform/menu.lua
index cec901ee8..77a57381d 100644
--- a/xmake/core/platform/menu.lua
+++ b/xmake/core/platform/menu.lua
@@ -42,7 +42,7 @@ function _remote_build_is_connected()
local projectdir = os.projectdir()
local projectfile = os.projectfile()
if projectfile and os.isfile(projectfile) and projectdir then
- local workdir = path.join(config.directory(), "remote_build")
+ local workdir = path.join(config.directory(), "service", "remote_build")
local statusfile = path.join(workdir, "status.txt")
if os.isfile(statusfile) then
local status = io.load(statusfile)