Update package.json to include new logos

This commit is contained in:
Preston 2018-05-23 21:46:35 -04:00
parent 1efce1bd59
commit 23fb1a2394
1 changed files with 3 additions and 3 deletions

View File

@ -51,15 +51,15 @@
], ],
"electronPackagerConfig": { "electronPackagerConfig": {
"packageManager": "yarn", "packageManager": "yarn",
"icon": "./src/icons/icon.icns" "icon": "./src/icons/iconColor.icns"
}, },
"electronWinstallerConfig": { "electronWinstallerConfig": {
"name": "freetube", "name": "freetube",
"iconUrl": "https://raw.githubusercontent.com/FreeTubeApp/FreeTubeApp.github.io/master/images/icon.ico", "iconUrl": "https://raw.githubusercontent.com/FreeTubeApp/FreeTubeApp.github.io/master/images/icon.ico",
"setupIcon": "./src/icons/icon.ico" "setupIcon": "./src/icons/iconColor.ico"
}, },
"electronInstallerDebian": { "electronInstallerDebian": {
"icon": "src/icons/icon.svg" "icon": "src/icons/iconColor.png"
}, },
"repository": { "repository": {
"type": "git", "type": "git",