Skip to content

Commit

Permalink
update: readme&config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason12306 committed Aug 17, 2024
1 parent 2e8768a commit 74c9cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@

1. 确保设备处于同一局域网下
2. 安装客户端并运行,其他设备通过浏览器打开资源服务器网址,即可实现文件传输

## Todo

- [ ] 国际化
- [ ] UI 优化
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 74c9cd5

Please sign in to comment.