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": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage"
|
"AppImage"
|
||||||
]
|
],
|
||||||
|
"category": "Photography"
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"icon": false
|
"icon": false
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
"watch": "tsc -w",
|
"watch": "tsc -w",
|
||||||
"lint": "eslint -c .eslintrc --ext .ts ./src",
|
"lint": "eslint -c .eslintrc --ext .ts ./src",
|
||||||
"start": "yarn build && electron ./app/main.js",
|
"start": "yarn build && electron ./app/main.js",
|
||||||
|
"test-release": "electron-builder",
|
||||||
"release": "electron-builder -mwl"
|
"release": "electron-builder -mwl"
|
||||||
},
|
},
|
||||||
"author": "abhinav@ente.io",
|
"author": "abhinav@ente.io",
|
||||||
|
|
Loading…
Add table
Reference in a new issue