diff --git a/scripts/make-icons.js b/scripts/make-icons.js index ff991645..71e77c49 100644 --- a/scripts/make-icons.js +++ b/scripts/make-icons.js @@ -21,7 +21,7 @@ const srcPath = `./.cache/icons/icons-${version}`; const url = `https://github.com/twbs/icons/archive/v${version}.zip`; try { - await fs.stat(`${srcPath}/LICENSE.md`); + await fs.stat(`${srcPath}/LICENSE`); } catch { // Download the source from GitHub (since not everything is published to npm) await download(url, './.cache/icons', { extract: true });