build: [gn win] fix path names in js2asar
This commit is contained in:
parent
27e6805889
commit
a6bc8030ea
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ template("chdir_action") {
|
|||
])
|
||||
assert(defined(cwd), "Need cwd in $target_name")
|
||||
script = "//electron/build/run-in-dir.py"
|
||||
sources += [ invoker.script ]
|
||||
args = [
|
||||
cwd,
|
||||
rebase_path(invoker.script),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue