summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFeng Yu <F3n67u@outlook.com>2022-05-25 23:11:42 +0800
committerGitHub <noreply@github.com>2022-05-25 17:11:42 +0200
commit30cb1bf8b8594e3ec8aa9b9b7a7220fe1cc9c926 (patch)
treee6b0112fb20f7d6eacc70b00e7a542b6b04572ec /Makefile
parentb5ed1bd33aed3d30b1e5c9dbf0e7e7785e3a6631 (diff)
downloadnode-new-30cb1bf8b8594e3ec8aa9b9b7a7220fe1cc9c926.tar.gz
tools: refactor `tools/license2rtf` to ESM
PR-URL: https://github.com/nodejs/node/pull/43101 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f7ab7129d..aef13c2705 100644
--- a/Makefile
+++ b/Makefile
@@ -1096,7 +1096,7 @@ endif
$(MACOSOUTDIR)/dist/npm/usr/local/lib/node_modules
unlink $(MACOSOUTDIR)/dist/node/usr/local/bin/npm
unlink $(MACOSOUTDIR)/dist/node/usr/local/bin/npx
- $(NODE) tools/license2rtf.js < LICENSE > \
+ $(NODE) tools/license2rtf.mjs < LICENSE > \
$(MACOSOUTDIR)/installer/productbuild/Resources/license.rtf
cp doc/osx_installer_logo.png $(MACOSOUTDIR)/installer/productbuild/Resources
pkgbuild --version $(FULLVERSION) \