From 30cb1bf8b8594e3ec8aa9b9b7a7220fe1cc9c926 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Wed, 25 May 2022 23:11:42 +0800 Subject: tools: refactor `tools/license2rtf` to ESM PR-URL: https://github.com/nodejs/node/pull/43101 Reviewed-By: Antoine du Hamel Reviewed-By: Minwoo Jung Reviewed-By: Darshan Sen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) \ -- cgit v1.2.1