build: [gn win] fix path names in js2asar

This commit is contained in:
Jeremy Apthorp 2018-07-27 11:40:46 -07:00 committed by Jeremy Apthorp
parent 27e6805889
commit a6bc8030ea
2 changed files with 2 additions and 1 deletions

View file

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