added missing linux category and test script for release

This commit is contained in:
Abhinav-grd 2021-04-03 13:31:46 +05:30
parent 5e9ef9fe40
commit a23a052835

View file

@ -10,7 +10,8 @@
"linux": {
"target": [
"AppImage"
]
],
"category": "Photography"
},
"dmg": {
"icon": false
@ -34,6 +35,7 @@
"watch": "tsc -w",
"lint": "eslint -c .eslintrc --ext .ts ./src",
"start": "yarn build && electron ./app/main.js",
"test-release": "electron-builder",
"release": "electron-builder -mwl"
},
"author": "abhinav@ente.io",