mirror of
https://github.com/NoCrypt/migu.git
synced 2026-05-22 09:32:09 +00:00
Fix app icon for linux and macOS
This commit is contained in:
parent
b42144a559
commit
b4408b59ef
2 changed files with 3 additions and 2 deletions
BIN
build/icon.icns
Normal file
BIN
build/icon.icns
Normal file
Binary file not shown.
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Miru",
|
"name": "Miru",
|
||||||
"version": "1.4.12",
|
"version": "1.4.13",
|
||||||
"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,7 +51,8 @@
|
||||||
"src/**/*"
|
"src/**/*"
|
||||||
],
|
],
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.video"
|
"category": "public.app-category.video",
|
||||||
|
"icon": "build/icon.icns"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue