mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-07 03:16:40 +08:00
Use Libtorrent 1.2
This commit is contained in:
parent
696b4d8851
commit
200324dd65
2
.github/workflows/build_appimage.sh
vendored
2
.github/workflows/build_appimage.sh
vendored
@ -12,7 +12,7 @@ set -o pipefail
|
||||
|
||||
# match qt version prefix. E.g 5 --> 5.15.2, 5.12 --> 5.12.10
|
||||
export QT_VER_PREFIX="6"
|
||||
export LIBTORRENT_BRANCH="RC_2_0"
|
||||
export LIBTORRENT_BRANCH="RC_1_2"
|
||||
|
||||
rm -f /etc/apt/sources.list.d/*.list*
|
||||
# Ubuntu mirror for local building
|
||||
|
2
.github/workflows/cross_build.sh
vendored
2
.github/workflows/cross_build.sh
vendored
@ -12,7 +12,7 @@ set -o pipefail
|
||||
|
||||
# match qt version prefix. E.g 5 --> 5.15.2, 5.12 --> 5.12.10
|
||||
export QT_VER_PREFIX="6"
|
||||
export LIBTORRENT_BRANCH="RC_2_0"
|
||||
export LIBTORRENT_BRANCH="RC_1_2"
|
||||
|
||||
# Ubuntu mirror for local building
|
||||
if [ x"${USE_CHINA_MIRROR}" = x1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user