Allow users to change install directory on windows.

stable
Daniel Scalzi 2019-01-02 18:48:00 -05:00
parent d2982ca387
commit e12197526d
No known key found for this signature in database
GPG Key ID: D18EA3FB4B142A57
2 changed files with 4 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "westeroscraftlauncher",
"version": "1.4.1",
"version": "1.4.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "westeroscraftlauncher",
"version": "1.4.1",
"version": "1.4.2",
"productName": "WesterosCraft Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -72,7 +72,8 @@
"perMachine": true,
"allowElevation": true,
"installerIcon": "build/icon.ico",
"uninstallerIcon": "build/icon.ico"
"uninstallerIcon": "build/icon.ico",
"allowToChangeInstallationDirectory": true
},
"mac": {
"target": "dmg",