Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkueng committed Jun 10, 2016
1 parent 647403c commit e4d17b8
Show file tree
Hide file tree
Showing 15 changed files with 125 additions and 83 deletions.
Binary file added assets/app-icon/mac/app.icns
Binary file not shown.
Binary file added assets/app-icon/png/1024.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 assets/app-icon/png/128.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 assets/app-icon/png/16.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 assets/app-icon/png/24.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 assets/app-icon/png/256.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 assets/app-icon/png/32.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 assets/app-icon/png/48.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 assets/app-icon/png/512.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 assets/app-icon/png/64.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 assets/app-icon/win/app.ico
Binary file not shown.
124 changes: 124 additions & 0 deletions assets/vmd.svg
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/create-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function createWindow (options) {
webPreferences: {
preload: preloadPath
},
icon: path.join(__dirname, 'resources/vmd.png'),
icon: path.join(__dirname, 'assets/app-icon/png/512.png'),
width: options.width,
height: options.height
})
Expand Down
Binary file removed resources/vmd.png
Binary file not shown.
82 changes: 0 additions & 82 deletions resources/vmd.svg

This file was deleted.

0 comments on commit e4d17b8

Please sign in to comment.