update installer bg and title

This commit is contained in:
Paul Frazee 2015-06-24 14:34:07 -05:00
parent db3018c698
commit ec449f4be5
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 246 KiB

View File

@ -1,6 +1,6 @@
{ {
"osx" : { "osx" : {
"title": "Secure Scuttlebot", "title": "Scuttlebot",
"background": "assets/osx/installer.png", "background": "assets/osx/installer.png",
"icon": "assets/osx/scuttlebot.icns", "icon": "assets/osx/scuttlebot.icns",
"icon-size": 80, "icon-size": 80,
@ -10,7 +10,7 @@
] ]
}, },
"win" : { "win" : {
"title" : "Secure Scuttlebot", "title" : "Scuttlebot",
"icon" : "assets/win/scuttlebot.ico" "icon" : "assets/win/scuttlebot.ico"
} }
} }