mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
fix: icon
This commit is contained in:
parent
3294655d54
commit
712abc89bb
2 changed files with 3 additions and 7 deletions
BIN
build/icon.png
Normal file
BIN
build/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
|
|
@ -51,14 +51,12 @@
|
|||
},
|
||||
"win": {
|
||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
||||
"target": "nsis",
|
||||
"icon": "src/renderer/public/logo.ico"
|
||||
"target": "nsis"
|
||||
},
|
||||
"linux": {
|
||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
||||
"category": "Video;Anime",
|
||||
"description": "Bittorrent streaming software for cats",
|
||||
"icon": "src/renderer/public/logo_cut.png",
|
||||
"desktop": {
|
||||
"Name": "Miru",
|
||||
"Comment": "Bittorrent streaming software for cats",
|
||||
|
|
@ -83,9 +81,7 @@
|
|||
"nsis": {
|
||||
"perMachine": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"oneClick": false,
|
||||
"installerIcon": "src/renderer/public/logo.ico",
|
||||
"installerHeaderIcon": "src/renderer/public/logo.ico"
|
||||
"oneClick": false
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue