Skip to content

Commit

Permalink
Add icon pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Oct 19, 2017
1 parent 43deacc commit 9f27409
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Binary file modified src/asserts/icons/iconTemplate.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 src/asserts/icons/iconTemplate@2x.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 src/asserts/icons/iconTemplate@4x.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 src/asserts/icons/iconTemplate@8x.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 src/asserts/icons/iconTemplate@w512.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 modified src/asserts/icons/windows-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 src/asserts/icons/windows-icon@2x.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 src/asserts/icons/windows-icon@4x.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 src/asserts/icons/windows-icon@8x.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 src/asserts/icons/windows-icon@w512.png
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 src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ app.on('activate', () => {
// relaunch
ipcMain.on('relaunch', () => {
app.relaunch({args: process.argv.slice(1) + ['--relaunch']});
app.exit(0)
app.exit(0);
});

0 comments on commit 9f27409

Please sign in to comment.