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.
This commit is contained in:
CakeLancelot 2021-05-17 04:12:53 -05:00
parent 5cbe30f39f
commit 812ddeb0b8
1 changed files with 7 additions and 0 deletions

View File

@ -44,8 +44,15 @@
}
]
},
"nsis": {
"createDesktopShortcut": true,
"createStartMenuShortcut": true
},
"files": [
"!patches${/*}",
"!*.php",
"!rankurl.txt",
"!README.md",
"!.npmrc"
],
"extraFiles": [