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",