Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update icons and add icon option to BrowserWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokome Bentley committed May 10, 2018
1 parent b6dce3e commit 983f9fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified build/icon.icns
100644 → 100755
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ let windows = []
function createEditorWindow(darFolder, isNew) {

// Create the browser window.
let editorWindow = new BrowserWindow({ width: 1024, height: 768 })
let editorWindow = new BrowserWindow({
width: 1024,
height: 768,
icon: path.join(__dirname, 'icon.ico')
})

let query = {
archiveDir: darFolder
Expand Down

0 comments on commit 983f9fc

Please sign in to comment.