@@ -34,8 +34,7 @@ The script has some `env` settings that can trigger certain behaviour.
3434
3535You can export these before you run the script to set them. The can be used for docker builds or local builds and work in the ` .qbt_env ` file.
3636
37- ```` bash
38-
37+ ``` bash
3938| Build variable | Default if unset | Options | example usage |
4039| ------------------------------- | ----------------------------------- | ---------------------------------- | --------------------------------------------------- |
4140| ` qbt_libtorrent_version` | ` 2.0` | ` 1.2` ` 2.0` | ` qbt_libtorrent_version=" 2.0" ` |
@@ -76,6 +75,7 @@ The `--boot-strap-release` and `--boot-strap-multi-arch` options are specific to
7675:::tip[Script Help Options]
7776
7877< Details summary=" Script Help Options" >
78+
7979` ` ` bash
8080 Here are a list of available options
8181
@@ -164,7 +164,7 @@ The `--boot-strap-release` and `--boot-strap-multi-arch` options are specific to
164164 qbt_standard=" 17"
165165 qbt_static_ish=" no"
166166
167- ` ` ` `
167+ ` ` `
168168
169169< /Details>
170170:::
@@ -183,8 +183,7 @@ Add your patches there, for example.
183183~ /qbt-build/patches/libtorrent/1.2.18/patch
184184
185185~ /qbt-build/patches/qbittorrent/4.5.0/patch
186-
187- ` ` ` `
186+ ` ` `
188187
189188< /TabItem>
190189< TabItem value=" " label=" -qm -lm -h-bs" >
@@ -198,11 +197,11 @@ Add your patches there, for example.
198197~ /qbt-build/patches/libtorrent/RC_1_2/patch
199198
200199~ /qbt-build/patches/qbittorrent/master/patch
201-
202- ` ` ` `
200+ ` ` `
203201
204202< /TabItem>
205203< TabItem value=" " label=" -qt release-4.2.5 -lt v2.0.3 -h-bs" >
204+
206205` ` ` bash
207206Here is the help description for this flag:
208207
@@ -214,7 +213,7 @@ Add your patches there, for example.
214213
215214~ /qbt-build/patches/qbittorrent/4.2.5/patch
216215
217- ` ` ` ` `
216+ ` ` `
218217
219218< /TabItem>
220219< /Tabs>
@@ -279,8 +278,6 @@ The `-b` must be used in all commands provided to the script or default `qbt-bui
279278The `-b` flag accepts both full `/opt` and relative `opt` paths.
280279:::
281280
282- ````bash
283-
284281```bash
285282bash ~/qbittorrent-nox-static.sh all -b "/opt"
286- `````
283+ ```
0 commit comments