added missing linux category and test script for release
This commit is contained in:
parent
5e9ef9fe40
commit
a23a052835
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue