Skip to content

Commit 483ff80

Browse files
slimbuckgreggman
authored andcommitted
latest
1 parent 8395e16 commit 483ff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function createProject() {
6565
}
6666

6767
async function copyResult(filepath, target) {
68-
const srcFilename = path.join(...[filepath, ...addElemIf(isWin, 'Release'), 'dawn.node']);
68+
const srcFilename = path.join(...[filepath, ...addElemIf(isWin, kConfig), 'dawn.node']);
6969
const dstFilename = path.join('dist', `${target}.dawn.node`);
7070
fs.mkdirSync(path.dirname(dstFilename), {recursive: true});
7171
fs.copyFileSync(srcFilename, dstFilename);

0 commit comments

Comments
 (0)