electron-builder

This commit is contained in:
Cutls 2019-01-23 17:58:31 +09:00 committed by GitHub
parent d36a9215af
commit 4a984af695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}, },