mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +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",
|
||||
"version": "1.4.12",
|
||||
"version": "1.4.13",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
|
|
@ -51,7 +51,8 @@
|
|||
"src/**/*"
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.video"
|
||||
"category": "public.app-category.video",
|
||||
"icon": "build/icon.icns"
|
||||
},
|
||||
"win": {
|
||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue