fix: icon

This commit is contained in:
ThaUnknown 2022-04-09 14:38:02 +02:00
parent 3294655d54
commit 712abc89bb
2 changed files with 3 additions and 7 deletions

BIN
build/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,6 +1,6 @@
{ {
"name": "Miru", "name": "Miru",
"version": "1.2.1", "version": "1.2.2",
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>", "author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"main": "src/index.js", "main": "src/index.js",
"homepage": "https://github.com/ThaUnknown/miru#readme", "homepage": "https://github.com/ThaUnknown/miru#readme",
@ -51,14 +51,12 @@
}, },
"win": { "win": {
"artifactName": "${name}-${os}-${arch}-${version}.${ext}", "artifactName": "${name}-${os}-${arch}-${version}.${ext}",
"target": "nsis", "target": "nsis"
"icon": "src/renderer/public/logo.ico"
}, },
"linux": { "linux": {
"artifactName": "${name}-${os}-${arch}-${version}.${ext}", "artifactName": "${name}-${os}-${arch}-${version}.${ext}",
"category": "Video;Anime", "category": "Video;Anime",
"description": "Bittorrent streaming software for cats", "description": "Bittorrent streaming software for cats",
"icon": "src/renderer/public/logo_cut.png",
"desktop": { "desktop": {
"Name": "Miru", "Name": "Miru",
"Comment": "Bittorrent streaming software for cats", "Comment": "Bittorrent streaming software for cats",
@ -83,9 +81,7 @@
"nsis": { "nsis": {
"perMachine": true, "perMachine": true,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"oneClick": false, "oneClick": false
"installerIcon": "src/renderer/public/logo.ico",
"installerHeaderIcon": "src/renderer/public/logo.ico"
} }
}, },
"dependencies": { "dependencies": {