Skip to content

Commit 8afa35d

Browse files
committed
Update project url
1 parent 59e5309 commit 8afa35d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

menu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const {app, shell} = require('electron');
22
const isMac = process.platform === 'darwin';
3-
const helpUrl = 'https://electronjs.org';// TODO set correct url
3+
const helpUrl = 'https://github.com/phpbg/muspnp#readme';
44

55
module.exports = [
66
// { role: 'appMenu' }

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"keywords": [],
1515
"author": "Samuel CHEMLA",
1616
"license": "MIT",
17+
"homepage": "https://github.com/phpbg/muspnp#readme",
1718
"config": {
1819
"forge": {
1920
"packagerConfig": {},
@@ -36,7 +37,7 @@
3637
"options": {
3738
"description": "Play your music on your devices at home.",
3839
"maintainer": "Samuel CHEMLA",
39-
"homepage": "https://github.com/phpbg",
40+
"homepage": "https://github.com/phpbg/muspnp#readme",
4041
"version": "1.0.0-rc1",
4142
"categories": [
4243
"Audio",
@@ -51,7 +52,7 @@
5152
"config": {
5253
"options": {
5354
"description": "Play your music on your devices at home.",
54-
"homepage": "https://github.com/phpbg",
55+
"homepage": "https://github.com/phpbg/muspnp#readme",
5556
"version": "1.0.0-rc1",
5657
"categories": [
5758
"Audio",

0 commit comments

Comments
 (0)