Skip to content

Commit 3bb7a9f

Browse files
committed
copy from Debug
1 parent f798dac commit 3bb7a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async function packageExtension(target) {
7373
}
7474

7575
async function copyResult(filepath, target) {
76-
const srcFilename = path.join(filepath, 'dawn.node');
76+
const srcFilename = path.join(...[filepath, ...addElemIf(isWin, 'Debug'), 'dawn.node']);
7777
const dstFilename = path.join('dist', `${target}.dawn.node`);
7878
fs.mkdirSync(path.dirname(dstFilename), {recursive: true});
7979
fs.copyFileSync(srcFilename, dstFilename);

0 commit comments

Comments
 (0)