Skip to content

Commit 5a76c57

Browse files
committed
Update documentation for clarity and accuracy in workflow explanation
1 parent 90d625f commit 5a76c57

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

NATIVE_WORKFLOW_EXPLANATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Workflow file:
88

99
## Current baseline
1010

11-
The pipeline is now single-track and lt20-only:
11+
The pipeline is now single-track and libtorrent version 2+ only:
1212

1313
- default branch: main
1414
- one active workflow
1515
- one libtorrent target (lt20)
1616

17-
There is no lt12 build path, no lt12 smoke test, and no lt12 release artifact.
17+
The workflow targets libtorrent 2.x only; libtorrent 1.2 (lt12) is retired from CI builds.
1818

1919
## Trigger model
2020

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# qBittorrent Windows ARM64 Native
1+
# qBittorrent for Windows ARM64
22

33
The goal of this repository is to provide native Windows ARM64 builds of qBittorrent, because the qBittorrent project currently has [no plans](https://github.com/qbittorrent/qBittorrent/discussions/23613#discussioncomment-15508814) to publish official ARM64 binaries.
44

55
Builds are produced through:
66

77
- native Windows ARM64 cross-compilation with MSVC toolchains on GitHub Actions
8-
- a single CI workflow: `.github/workflows/ci_windows_arm64_native.yaml`
8+
- a single CI workflow: `.github/workflows/ci_windows_arm64_native.yaml`. Commentary and explanation available [here](/NATIVE_WORKFLOW_EXPLANATION.md)
99

1010
## About and thank you
1111

12-
This project was heavily inspired by [minnyres' work](https://github.com/minnyres/qbittorrent-windows-arm64). Many thanks for the original effort and groundwork.
12+
This project was heavily inspired by [minnyres' work](https://github.com/minnyres/qbittorrent-windows-arm64). That repository appears to have been inactive for some time, but its early work remains the foundation this project builds on.
13+
Many thanks for the original effort and groundwork.
1314

14-
## Latest build: v5.2.3
15-
16-
Downloads:
15+
## Downloads:
1716

1817
- ARM64 build: [qbittorrent_5.2.3_arm64.zip](https://github.com/vectorrilke/qbittorrent-windows-arm64-native/releases/latest/download/qbittorrent_5.2.3_arm64.zip)
1918

19+
## Latest build: v5.2.3
20+
2021
Component versions:
2122

22-
- qBittorrent: `5.2.3`
2323
- libtorrent: `2.0.13+gitda7a68a440`
2424
- Boost: `1.91.0`
2525
- Qt: `6.10.3`

0 commit comments

Comments
 (0)