diff --git a/icons/app.icns b/icons/app.icns new file mode 100644 index 0000000..fd6737b Binary files /dev/null and b/icons/app.icns differ diff --git a/package.json b/package.json index 78048a6..019478e 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "name": "yutent", "email": "yutent@doui.cc" }, + "homepage": "https://yutent.me", "license": "MIT", "dependencies": { "iofs": "^1.2.1" @@ -27,7 +28,7 @@ }, "files": ["src/**/*", "node_modules/iofs/*"], "mac": { - "category": "public.app-category.development", + "category": "public.app-category.developer-tools", "target": "dmg", "icon": "icons/app.icns", "darkModeSupport": false