electron-builder
This commit is contained in:
parent
d36a9215af
commit
4a984af695
|
@ -4,7 +4,8 @@
|
||||||
"description": "TheDesk is a Mastodon client for PC.",
|
"description": "TheDesk is a Mastodon client for PC.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"dist": "build --linux snap"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
@ -61,6 +62,9 @@
|
||||||
],
|
],
|
||||||
"category": "Network"
|
"category": "Network"
|
||||||
},
|
},
|
||||||
|
"mac": {
|
||||||
|
"target": "dmg"
|
||||||
|
},
|
||||||
"electronDownload": {
|
"electronDownload": {
|
||||||
"version": "3.0.10"
|
"version": "3.0.10"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user