Add custom installation path to installer
This commit is contained in:
parent
89ab3a77fa
commit
0a10ed876e
2 changed files with 7 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "light-control",
|
||||
"version": "1.0.0",
|
||||
"description": "light-control",
|
||||
"version": "4.2.0",
|
||||
"main": "init.js",
|
||||
"author": {
|
||||
"name": "GHOSCHT"
|
||||
|
|
Reference in a new issue