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": {
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb",
|
||||
"snap",
|
||||
"rpm"
|
||||
"pacman"
|
||||
],
|
||||
"synopsis": "A new look into listening and enjoying music in style and performance. ",
|
||||
"category": "AudioVideo",
|
||||
|
@ -134,6 +131,13 @@
|
|||
"publisherDisplayName": "Cider Collective",
|
||||
"backgroundColor": "transparent",
|
||||
"setBuildNumber": true
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"perMachine": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"license": "LICENSE",
|
||||
"deleteAppDataOnUninstall": true
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue