Bump to 5.0.0-1
Some checks failed
CI / CI (linux/amd64) (push) Has been cancelled
Release - Alpha / Build (linux/amd64) (push) Has been cancelled

This commit is contained in:
Chocobo1 2024-09-30 16:28:18 +08:00
parent 869fe303fc
commit 3b2911fb5b
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
3 changed files with 3 additions and 5 deletions

View File

@ -9,7 +9,7 @@ permissions:
packages: write
env:
QBT_VERSION: "4.6.7"
QBT_VERSION: "5.0.0"
# This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version.
# When `QBT_VERSION` is incremented, this value must reset to 1.

View File

@ -92,8 +92,7 @@ RUN \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DGUI=OFF \
-DQT6=ON && \
-DGUI=OFF && \
cmake --build build -j $(nproc) && \
cmake --install build

View File

@ -92,8 +92,7 @@ RUN \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DGUI=OFF \
-DQT6=ON && \
-DGUI=OFF && \
cmake --build build -j $(nproc) && \
cmake --install build