From ad02f3dc34771fabbdb448878278c93ab124434a Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 16 Sep 2020 14:56:07 +0300 Subject: [PATCH] Move nsis configuration in package.json Signed-off-by: Lauri Nevala --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a03242fd77..67961b30f9 100644 --- a/package.json +++ b/package.json @@ -128,9 +128,6 @@ "target": [ "nsis" ], - "nsis": { - "include": "build/installer.nsh" - }, "extraResources": [ { "from": "binaries/client/windows/x64/kubectl.exe", @@ -146,6 +143,9 @@ } ] }, + "nsis": { + "include": "build/installer.nsh" + }, "publish": [ { "provider": "github",