Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 17, 2024
1 parent ca7c545 commit 731d170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function main() {
await buildTintD();
fixupPackageJson(`${buildPath}/package.json`);
fs.copyFileSync('third_party/dawn/LICENSE', `${buildPath}/LICENSE`);
fs.copyFileSync('EXt-README.md', `${buildPath}/README.md`);
fs.copyFileSync('EXT-README.md', `${buildPath}/README.md`);
fs.copyFileSync('resources/images/tintd-128x128.png', `${buildPath}/tintd-128x128.png`);
await packageExtension(target);
const packageName = await copyPackage(buildPath, target);
Expand Down

0 comments on commit 731d170

Please sign in to comment.