Update package.json

This commit is contained in:
DJ2LS 2021-08-10 20:22:57 +02:00 committed by GitHub
parent 2525eed0a2
commit d581171235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,28 +3,9 @@
"version": "0.0.1", "version": "0.0.1",
"description": "codec2-FreeDATA ", "description": "codec2-FreeDATA ",
"main": "main.js", "main": "main.js",
"build": {
"appId": "com.DJ2LS.codec2-FreeDATA",
"productName": "codec2-FreeDATA",
"mac": {
"category": "public.app-category.utilities"
},
"dmg": {
"icon": false
},
"linux": {
"target": [
"AppImage"
],
"category": "Science"
}
},
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "electron-builder install-app-deps",
"build": "electron-builder --mac --linux",
"release": "electron-builder --mac --linux --publish always"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -33,7 +14,7 @@
"keywords": [ "keywords": [
"TNC", "TNC",
"GUI", "GUI",
"FreeDV", "FreeDATA",
"codec2" "codec2"
], ],
"author": "DJ2LS", "author": "DJ2LS",