Skip to content

Commit 32d467a

Browse files
committed
chore: fix nodejs output
1 parent 57883da commit 32d467a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ target("legacy-script-engine")
138138
set_basename("legacy-script-engine-nodejs")
139139
after_build(function(target)
140140
local langPath = path.join(os.projectdir(), "src/lang")
141-
local outputPath = path.join(os.projectdir(), "bin/" .. target:name())
141+
local outputPath = path.join(os.projectdir(), "bin/" .. target:name() .. "/lang")
142142
os.cp(langPath, outputPath)
143143
end)
144144
end

0 commit comments

Comments
 (0)