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