Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
Merged hotfix/WindowsMenu into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwind committed Jan 17, 2017
2 parents 7a69994 + 183b265 commit f74a719
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
8ComicDownloader (Electron Version) 1.5 Last Updated: 2017/01/18
8ComicDownloader (Electron Version) 1.5.1 Last Updated: 2017/01/18

![8Comicdownloader Electron Version](http://wellwind.github.io/8comicdownloader-electron/screenshots/app-screenshot.png)

Expand Down Expand Up @@ -37,7 +37,7 @@

版本紀錄
================
v1.5 - 2017/01/17
v1.5.1 - 2017/01/17
- 支援Windows、Linux、Mac(是的,正式支援Linux & Mac啦!)

v1.4.1 - 2016/12/12
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function createWindow() {
if (process.platform === 'darwin') {
Menu.setApplicationMenu(Menu.buildFromTemplate(getDarwinMenu()));
} else {
Menu.setApplicationMenu(Menu.buildFromTemplate(template));
Menu.setApplicationMenu(Menu.buildFromTemplate(getSimpleMenu()));
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "8comic-downloader-electron",
"version": "1.5.0",
"version": "1.5.1",
"description": "8comic(comicbus.com) downloader",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f74a719

Please sign in to comment.