Added project homepage to Electron build config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-05-25 16:35:06 -04:00
parent 64a588c60b
commit f0ba4aacb5

View File

@ -10,6 +10,7 @@
"grunt": "grunt" "grunt": "grunt"
}, },
"repository": "https://git.metaunix.net/metaunix/sentry", "repository": "https://git.metaunix.net/metaunix/sentry",
"homepage": "https://git.metaunix.net/metaunix/sentry#readme",
"keywords": [ "keywords": [
"sensors", "sensors",
"cpu", "cpu",
@ -33,7 +34,6 @@
}, },
"build": { "build": {
"appId": "net.metaunix.sentry", "appId": "net.metaunix.sentry",
"homepage": "https://git.metaunix.net/metaunix/sentry",
"copyright": "Copyright © 2022 ${author}", "copyright": "Copyright © 2022 ${author}",
"win": { "win": {
"target": "msi", "target": "msi",