-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Soda资源管理工具 | ||
|
||
专为国内各类资源(影视(电影、剧集(电视剧、动漫、综艺、纪录片))、音乐(歌手、有声书)、书籍(书、写真、漫画))爱好者提供的集下载源管理(公域站点、私域站点、网盘)、内容订阅、资源下载、资源管理、媒体刮削、事件通知功能于一身的易上手的资源管理与自动化工具。 | ||
专为国内各类资源(影视(电影、剧集(电视剧、动漫、综艺、纪录片))、音乐(歌手、有声书)、书籍(书、写真、漫画))爱好者提供的集下载源管理(公域站点、私域站点、网盘)、内容订阅、资源下载、资源管理、媒体刮削、事件通知功能于一身的易上手的资源管理与自动化工具。 | ||
|
||
## release | ||
|
||
```shell | ||
cross build --target x86_64-apple-darwin --release | ||
cross build --target x86_64-pc-windows-gnu --release | ||
cross build --target x86_64-unknown-linux-gnu --release | ||
``` |