Skip to content

Commit 81f6238

Browse files
committed
s/Release/Debug/
1 parent a014506 commit 81f6238

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
@@ -47,7 +47,7 @@ async function buildDawnNode() {
4747
}
4848

4949
async function copyResult(filepath, target) {
50-
const srcFilename = path.join(...[filepath, ...addElemIf(isWin, 'Release'), 'dawn.node']);
50+
const srcFilename = path.join(...[filepath, ...addElemIf(isWin, 'Debug'), 'dawn.node']);
5151
const dstFilename = path.join('dist', `${target}.dawn.node`);
5252
fs.mkdirSync(path.dirname(dstFilename), {recursive: true});
5353
fs.copyFileSync(srcFilename, dstFilename);

0 commit comments

Comments
 (0)