Skip to content

Commit 768dbad

Browse files
committed
chore: fix Node.js engine language pack output path
1 parent fee9b55 commit 768dbad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ target("legacy-script-engine")
151151
after_build(function(target)
152152
local langPath = path.join(os.projectdir(), "src/lang/")
153153
local outputPath = path.join(os.projectdir(), "bin/" .. target:name())
154+
os.mkdir(outputPath)
154155
os.cp(langPath, outputPath)
155156
end)
156157
end

0 commit comments

Comments
 (0)