From bba1a6ee30ccd5731e392b21ebedeb34670fd082 Mon Sep 17 00:00:00 2001 From: Ioannis Chrysostomakis <83115125+ic-768@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:01:03 +0300 Subject: [PATCH] fix(create-and-add-icons): `npm run make` wording (#187) --- guides/create-and-add-icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/create-and-add-icons.md b/guides/create-and-add-icons.md index 40bfb9e..e182932 100644 --- a/guides/create-and-add-icons.md +++ b/guides/create-and-add-icons.md @@ -93,7 +93,7 @@ const win = new BrowserWindow({ }) -Once the path to the icon has been configured, build your project to generate your executable with either `npm run make`. +Once the path to the icon has been configured, build your project to generate your executable with `npm run make`. ## Configuring installer icons