Add custom installation path to installer

This commit is contained in:
GHOSCHT 2020-08-08 22:31:50 +02:00
parent 89ab3a77fa
commit 0a10ed876e
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,3 @@
appId: light.control.yeet
copyright: GHOSCHT
productName: LightControl
@ -36,3 +35,9 @@ linux:
target:
- deb
- AppImage
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
perMachine: false
artifactName: ${productName} Setup.${ext}

View file

@ -1,7 +1,6 @@
{
"name": "light-control",
"version": "1.0.0",
"description": "light-control",
"version": "4.2.0",
"main": "init.js",
"author": {
"name": "GHOSCHT"