Skip to content

Commit

Permalink
added icons, update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRabey committed Mar 8, 2018
1 parent f7a10cf commit 299444f
Show file tree
Hide file tree
Showing 17 changed files with 1,942 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
out
.DS_Store
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"electronPackagerConfig": {
"packageManager": "yarn",
"icon": "src/assets/system-icons/icon.icns",
"name": "Wharf",
"ignore": [
"docs"
Expand All @@ -38,6 +39,9 @@
"electronWinstallerConfig": {
"name": "Wharf"
},
"electronInstallerDMG": {
"icon": "src/assets/system-icons/icon.icns"
},
"electronInstallerDebian": {},
"electronInstallerRedhat": {},
"github_repository": {
Expand Down
Binary file removed src/assets/.DS_Store
Binary file not shown.
Binary file added src/assets/icons/icon.psd
Binary file not shown.
Binary file added src/assets/system-icons/icon.icns
Binary file not shown.
Binary file added src/assets/system-icons/icon.ico
Binary file not shown.
Binary file added src/assets/system-icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,937 changes: 1,937 additions & 0 deletions src/assets/system-icons/mac/icon.png.hqx

Large diffs are not rendered by default.

Binary file added src/assets/system-icons/png/128x128.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/assets/system-icons/png/16x16.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/assets/system-icons/png/24x24.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/assets/system-icons/png/256x256.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/assets/system-icons/png/32x32.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/assets/system-icons/png/48x48.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/assets/system-icons/png/512x512.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/assets/system-icons/png/64x64.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/assets/system-icons/png/96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 299444f

Please sign in to comment.