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
|
copyright: GHOSCHT
|
||||||
productName: LightControl
|
productName: LightControl
|
||||||
|
|
||||||
|
@ -36,3 +35,9 @@ linux:
|
||||||
target:
|
target:
|
||||||
- deb
|
- deb
|
||||||
- AppImage
|
- AppImage
|
||||||
|
|
||||||
|
nsis:
|
||||||
|
oneClick: false
|
||||||
|
allowToChangeInstallationDirectory: true
|
||||||
|
perMachine: false
|
||||||
|
artifactName: ${productName} Setup.${ext}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "light-control",
|
"name": "light-control",
|
||||||
"version": "1.0.0",
|
"version": "4.2.0",
|
||||||
"description": "light-control",
|
|
||||||
"main": "init.js",
|
"main": "init.js",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "GHOSCHT"
|
"name": "GHOSCHT"
|
||||||
|
|
Reference in a new issue