Skip to content

Commit

Permalink
feat: changes for build ready
Browse files Browse the repository at this point in the history
* add electron-build
* add application icon
* uncomment `app.dock.hide()`
  • Loading branch information
imirdzhamolov committed Apr 26, 2020
1 parent 2d1a84e commit d5cdabc
Show file tree
Hide file tree
Showing 5 changed files with 1,523 additions and 43 deletions.
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ function handleAppWindowAllClosed(event) {
event.preventDefault();
}

// app.dock.hide();
app.dock.hide();
app.once('ready', handleAppReady);
app.on('window-all-closed', handleAppWindowAllClosed);
Loading

0 comments on commit d5cdabc

Please sign in to comment.