diff --git a/build/icon.icns b/build/icon.icns new file mode 100644 index 0000000..4c3216a Binary files /dev/null and b/build/icon.icns differ diff --git a/package.json b/package.json index 448edb5..f2ce726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Miru", - "version": "1.4.12", + "version": "1.4.13", "author": "ThaUnknown_ ", "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}",