File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ module.exports = function createMainMenu() {
134
134
icon_path : join ( __dirname , 'build/icon.png' ) ,
135
135
license : 'MIT' ,
136
136
description : 'Unofficial HackMD.io Desktop App' ,
137
+ win_options : { autoHideMenuBar : true } ,
137
138
} )
138
139
} ,
139
140
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " HackmdDesktop" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Desktop app for HackMD packaged with Electron" ,
5
5
"author" : " A-Lang <alang.hsu@gmail.com> (http://www.osslab.tw)" ,
6
6
"license" : " MIT" ,
22
22
"clean" : " rm -rf ./dist" ,
23
23
"clean:linux" : " rm -rf ./dist/*-linux-*/" ,
24
24
"clean:win" : " rm -rf ./dist/*-win32-*/" ,
25
- "dist:linux64 " : " npm run clean && build --linux" ,
25
+ "dist:linux " : " npm run clean && build --linux" ,
26
26
"dist:linux32" : " npm run clean && build --linux --ia32" ,
27
27
"dist:mac" : " npm run clean && build --mac" ,
28
28
"dist:win" : " npm run clean && build --win" ,
70
70
"electron-debug" : " ^1.0.1"
71
71
},
72
72
"devDependencies" : {
73
- "electron" : " ^1.8.8 " ,
73
+ "electron" : " ^4.1.4 " ,
74
74
"electron-builder" : " ^20.34.0" ,
75
75
"standard" : " ^10.0.3"
76
76
}
77
- }
77
+ }
You can’t perform that action at this time.
0 commit comments