File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
const { app, shell} = require ( 'electron' ) ;
2
2
const isMac = process . platform === 'darwin' ;
3
- const helpUrl = 'https://electronjs.org' ; // TODO set correct url
3
+ const helpUrl = 'https://github.com/phpbg/muspnp#readme' ;
4
4
5
5
module . exports = [
6
6
// { role: 'appMenu' }
Original file line number Diff line number Diff line change 14
14
"keywords" : [],
15
15
"author" : " Samuel CHEMLA" ,
16
16
"license" : " MIT" ,
17
+ "homepage" : " https://github.com/phpbg/muspnp#readme" ,
17
18
"config" : {
18
19
"forge" : {
19
20
"packagerConfig" : {},
36
37
"options" : {
37
38
"description" : " Play your music on your devices at home." ,
38
39
"maintainer" : " Samuel CHEMLA" ,
39
- "homepage" : " https://github.com/phpbg" ,
40
+ "homepage" : " https://github.com/phpbg/muspnp#readme " ,
40
41
"version" : " 1.0.0-rc1" ,
41
42
"categories" : [
42
43
" Audio" ,
51
52
"config" : {
52
53
"options" : {
53
54
"description" : " Play your music on your devices at home." ,
54
- "homepage" : " https://github.com/phpbg" ,
55
+ "homepage" : " https://github.com/phpbg/muspnp#readme " ,
55
56
"version" : " 1.0.0-rc1" ,
56
57
"categories" : [
57
58
" Audio" ,
You can’t perform that action at this time.
0 commit comments