Fix Icon Location in package.json

This commit is contained in:
Preston 2018-03-18 15:29:15 -04:00
parent b387c75627
commit c624b7f02c
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@
"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/icon.ico" "setupIcon": "./src/icons/icon.ico"
}, },
"electronInstallerDebian": { "electronInstallerDebian": {
"icon": "src/icon.svg" "icon": "src/icons/icon.svg"
}, },
"repository": { "repository": {
"type": "git", "type": "git",