chore(build): add metadata for linux deb packaging (homepage, author email, maintainer)
This commit is contained in:
parent
ede9008223
commit
45829e85cf
14
package.json
14
package.json
@ -1,8 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-webshell",
|
"name": "electron-webshell",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"description": "Electron web shell that opens a specified URL in fullscreen.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"author": {
|
||||||
|
"name": "ThbTech",
|
||||||
|
"email": "support@thbtech.local"
|
||||||
|
},
|
||||||
|
"homepage": "http://121.37.111.42:3000/ThbTech/electron-test",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "http://121.37.111.42:3000/ThbTech/electron-test.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"build": "electron-builder",
|
"build": "electron-builder",
|
||||||
@ -33,7 +44,8 @@
|
|||||||
"deb"
|
"deb"
|
||||||
],
|
],
|
||||||
"category": "Utility",
|
"category": "Utility",
|
||||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||||
|
"maintainer": "ThbTech <support@thbtech.local>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user