Merge pull request #144 from Muril-o/master

Fix app icon for linux and macOS
This commit is contained in:
Cas 2022-04-14 22:58:30 +02:00 committed by GitHub
commit fc06a4decf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

BIN
build/icon.icns Normal file

Binary file not shown.

View file

@ -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}",