From 74c9cd539bd180e3006b033e7da21c41537bf531 Mon Sep 17 00:00:00 2001 From: jason12306 Date: Sat, 17 Aug 2024 11:28:08 +0800 Subject: [PATCH] update: readme&config --- README-zh.md | 5 +++++ package.json | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README-zh.md b/README-zh.md index 6d713b1..ff83031 100644 --- a/README-zh.md +++ b/README-zh.md @@ -17,3 +17,8 @@ 1. 确保设备处于同一局域网下 2. 安装客户端并运行,其他设备通过浏览器打开资源服务器网址,即可实现文件传输 + +## Todo + +- [ ] 国际化 +- [ ] UI 优化 diff --git a/package.json b/package.json index 27655d9..18e4d73 100644 --- a/package.json +++ b/package.json @@ -75,15 +75,17 @@ } ], "mac": { - "category": "public.app-category.productivity" + "category": "public.app-category.productivity", + "artifactName": "${productName}-macOS-setup-${version}.${ext}" + }, + "win": { + "target": "nsis", + "artifactName": "${productName}-windows-setup-${version}.${ext}" }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true }, - "win": { - "target": "nsis" - }, "copyright": "Copyright © 2024 jason12306", "files": [ "output"