Skip to content

Commit

Permalink
Move icons to /build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed Jul 14, 2016
1 parent 8cf3854 commit 80b524b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"title": "Tournamenter Manager",
"target": ["dmg"],
"icon-size": 120,
"icon": "midia/Tournamenter_appicon.icns"
"icon": "build/icon.icns"
},
"dmg": {
"background": "midia/Tournamenter_installer.png",
"background": "build/background.png",
"contents": [
{
"x": 610,
Expand All @@ -52,11 +52,13 @@
},
"win": {
"target": ["squirrel"],
"iconUrl": "https://raw.githubusercontent.com/ivanseidel/TournamenterApp/master/midia/Tournamenter_appicon.ico",
"icon": "midia/Tournamenter_appicon.ico",
"iconUrl": "https://raw.githubusercontent.com/ivanseidel/TournamenterApp/master/build/icon.ico",
"icon": "build/icon.ico",
"msi": false
},
"linux": {}
"linux": {
"description": "Tournamenter Manager App"
}
},
"dependencies": {
"async": "1.2.1",
Expand Down

0 comments on commit 80b524b

Please sign in to comment.