Skip to content

Commit

Permalink
set iconUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed May 25, 2016
1 parent 7e741b9 commit c56b818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "GL-Browser",
"version": "0.0.1",
"description": "A custom browser",
"author": "Emmanuel ROECKER & Rym BOUCHAGOUR",
"author": "Emmanuel ROECKER - Rym BOUCHAGOUR",
"license": "GPL-2.0",
"homepage": "http://dev.glicer.com",
"private": true,
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "GL-Browser",
"version": "0.0.1",
"description": "A custom browser",
"private": true,
"engines": {
"node": "^5.7.0",
"npm": "^3.6.0"
Expand All @@ -24,10 +22,9 @@
"app-bundle-id": "com.glicer.browser",
"app-category-type": "public.app-category.productivity",
"win": {
"iconUrl": "icon.ico"
"iconUrl": "file://icon.ico"
}
},
"author": "Emmanuel ROECKER & Rym BOUCHAGOUR",
"repository": {
"type": "git",
"url": "https://github.com/emmanuelroecker/GL-Browser.git"
Expand Down

0 comments on commit c56b818

Please sign in to comment.