this should work
This commit is contained in:
parent
0bbf4ee4b3
commit
c1c20ee4be
1 changed files with 8 additions and 4 deletions
12
package.json
12
package.json
|
@ -117,10 +117,7 @@
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
"pacman"
|
||||||
"deb",
|
|
||||||
"snap",
|
|
||||||
"rpm"
|
|
||||||
],
|
],
|
||||||
"synopsis": "A new look into listening and enjoying music in style and performance. ",
|
"synopsis": "A new look into listening and enjoying music in style and performance. ",
|
||||||
"category": "AudioVideo",
|
"category": "AudioVideo",
|
||||||
|
@ -134,6 +131,13 @@
|
||||||
"publisherDisplayName": "Cider Collective",
|
"publisherDisplayName": "Cider Collective",
|
||||||
"backgroundColor": "transparent",
|
"backgroundColor": "transparent",
|
||||||
"setBuildNumber": true
|
"setBuildNumber": true
|
||||||
|
},
|
||||||
|
"nsis": {
|
||||||
|
"oneClick": false,
|
||||||
|
"perMachine": false,
|
||||||
|
"allowToChangeInstallationDirectory": true,
|
||||||
|
"license": "LICENSE",
|
||||||
|
"deleteAppDataOnUninstall": true
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue