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

Commit

Permalink
fix/icon: web hosting app icon changed (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
safesurfer authored and hitman401 committed Sep 21, 2017
1 parent 38e24b9 commit 4583f7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file modified web_hosting_manager/app/app.icns
Binary file not shown.
Binary file added web_hosting_manager/app/app.ico
Binary file not shown.
Binary file added web_hosting_manager/app/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions web_hosting_manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@
"package.json"
],
"win": {
"target": "dir"
"target": "dir",
"icon": "app/app"
},
"linux": {
"target": "dir"
"target": "dir",
"icon": "app/app"
},
"mac": {
"category": "public.app-category.utilities",
"target": "dir"
"target": "dir",
"icon": "app/app"
},
"directories": {
"buildResources": "resources",
Expand Down

0 comments on commit 4583f7c

Please sign in to comment.