You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,21 @@ options:
27
27
Sets the download directory, default is `./output`.
28
28
--urls URLS [URLS ...]
29
29
The list of URLs to download.
30
-
--preset {genshin} Use a predefined download address. Currently supported presets include: 'genshin' - Zip packages for Genshin Impact updates. Leave blank to manually specify the download address. (Python only)
30
+
--preset {genshin,zzz,bh3,sr}
31
+
Use a predefined download address. Leave blank to manually specify the download address. (Python only)
stream --urls https://foo.com/bar.zip --log-level INFO
37
+
stream.exe --preset zzz --output-dir F:\zzz
36
38
```
37
39
38
40
39
41
## Build
40
42
### C++
41
-
1. Install [xmake](https://github.com/xmake-io/xmake?tab=readme-ov-file#installation) and [vcpkg](https://github.com/microsoft/vcpkg?tab=readme-ov-file#getting-started) first.
42
-
2. Set `VCPKG_ROOT` to the path of vcpkg.
43
+
1. Install [xmake](https://github.com/xmake-io/xmake?tab=readme-ov-file#installation) and [vcpkg](https://github.com/microsoft/vcpkg?tab=readme-ov-file#getting-started)
44
+
2. Set `VCPKG_ROOT` to the path of vcpkg
43
45
44
46
3. Ubuntu should install pkg-config first
45
47
```shell
@@ -53,7 +55,7 @@ stream --urls https://foo.com/bar.zip --log-level INFO
0 commit comments