From 59a4f4abb4af6d43d606a6ab7d701f7a37c5bd42 Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Mon, 8 Nov 2021 01:40:31 +1100 Subject: [PATCH] Update packaging.md --- website/docs/guides/packaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/packaging.md b/website/docs/guides/packaging.md index 795a110b6..62cd4be74 100644 --- a/website/docs/guides/packaging.md +++ b/website/docs/guides/packaging.md @@ -11,7 +11,7 @@ In order to distribute your finished app, you can use [@nodegui/packer](https:// npx nodegui-packer --init MyAppName ``` - This will produce the deploy directory containing the template. You can modify this to suite your needs. Like add icons, change the name, description and add other native features or dependencies. Make sure you commit this directory. + This will produce the deploy directory containing the template. You can modify this to suit your needs. Like add icons, change the name, description and add other native features or dependencies. Make sure you commit this directory. - **Step 2: (Run this command every time you want to build a new distributable)**