Skip to content

Commit

Permalink
Bump to 5.0.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Sep 30, 2024
1 parent 869fe30 commit 3b2911f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions manual_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b2911f

Please sign in to comment.