Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add icons/update package.json
  • Loading branch information
shawncplus committed Aug 13, 2017
1 parent a28e56e commit 206b705
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 13 deletions.
Binary file added assets/icons/mac/icon.icns
Binary file not shown.
Binary file added assets/icons/png/1024x1024.png
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/icons/png/128x128.png
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/icons/png/16x16.png
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/icons/png/24x24.png
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/icons/png/256x256.png
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/icons/png/32x32.png
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/icons/png/48x48.png
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/icons/png/512x512.png
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/icons/png/64x64.png
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/icons/png/96x96.png
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/icons/win/icon.ico
Binary file not shown.
6 changes: 5 additions & 1 deletion main.js
Expand Up @@ -13,7 +13,11 @@ let mainWindow

function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({width: 800, height: 600})
mainWindow = new BrowserWindow({
width: 1024,
height: 768,
icon: path.join(__dirname, 'assets/icons/png/64x64.png'),
});

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down
22 changes: 10 additions & 12 deletions package.json
@@ -1,21 +1,19 @@
{
"name": "electron-quick-start",
"name": "neuro",
"version": "1.0.0",
"description": "A minimal Electron application",
"description": "MUD Client for Ranvier using websockets",
"main": "main.js",
"repository": "https://github.com/shawncplus/neuro",
"keywords": [
"mud",
"game",
"client"
],
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"author": "Shawn Biddle <shawncplus@gmail.com>",
"license": "MIT",
"devDependencies": {
"electron": "~1.6.2"
}
Expand Down

0 comments on commit 206b705

Please sign in to comment.