Skip to content

Commit

Permalink
Merge pull request #38 from akira-hamada/chore/remove-comment-for-pri…
Browse files Browse the repository at this point in the history
…vate

不要なコメントを削除
  • Loading branch information
akira-hamada authored Dec 4, 2016
2 parents f84be4d + 28f0aa1 commit 03cd972
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//----------------------------------
// electronアプリの初期化処理
//
// アプリのパッケージ方法
// cd $HOME/code
// electron-packager --overwrite electron/github-viewer 'GitHopper' --platform=darwin --arch=x64 --version=1.2.3 --icon=electron/github-viewer/icons/githopper_icon_1.icns
//----------------------------------

const {app, BrowserWindow, Menu} = require('electron');
Expand Down

0 comments on commit 03cd972

Please sign in to comment.