From 812ddeb0b8ab2012d6ad2d37e00ef1ac8df6ba7c Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Mon, 17 May 2021 04:12:53 -0500 Subject: [PATCH] Ignore unnecessary files on pack, explicitly enable shortcut creation I *would* like for shortcuts to be an optional thing (ex. an installer page asking if you would like to create one in start, on desktop, etc.) but it seems that you need to mess with NSIS scripting. Later on, maybe. --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 5be293a..6bf716c 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,15 @@ } ] }, + "nsis": { + "createDesktopShortcut": true, + "createStartMenuShortcut": true + }, "files": [ "!patches${/*}", + "!*.php", + "!rankurl.txt", + "!README.md", "!.npmrc" ], "extraFiles": [