Skip to content

Commit

Permalink
Update project url
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbg committed Aug 8, 2021
1 parent 59e5309 commit 8afa35d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion menu.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const {app, shell} = require('electron');
const isMac = process.platform === 'darwin';
const helpUrl = 'https://electronjs.org';// TODO set correct url
const helpUrl = 'https://github.com/phpbg/muspnp#readme';

module.exports = [
// { role: 'appMenu' }
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"keywords": [],
"author": "Samuel CHEMLA",
"license": "MIT",
"homepage": "https://github.com/phpbg/muspnp#readme",
"config": {
"forge": {
"packagerConfig": {},
Expand All @@ -36,7 +37,7 @@
"options": {
"description": "Play your music on your devices at home.",
"maintainer": "Samuel CHEMLA",
"homepage": "https://github.com/phpbg",
"homepage": "https://github.com/phpbg/muspnp#readme",
"version": "1.0.0-rc1",
"categories": [
"Audio",
Expand All @@ -51,7 +52,7 @@
"config": {
"options": {
"description": "Play your music on your devices at home.",
"homepage": "https://github.com/phpbg",
"homepage": "https://github.com/phpbg/muspnp#readme",
"version": "1.0.0-rc1",
"categories": [
"Audio",
Expand Down

0 comments on commit 8afa35d

Please sign in to comment.