File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2187,8 +2187,8 @@ _release_info() {
21872187 | Libtorrent | ${app_version[libtorrent]} |
21882188 | Boost | ${app_version[boost]} |
21892189 | OpenSSL | ${app_version[openssl]} |
2190- | ${qbt_zlib_type} | ${app_version[zlib]} |
2191- | revision | ${qbt_revision_version} |
2190+ | ${qbt_zlib_type} | ${app_version[zlib]} |
2191+ | revision | ${qbt_revision_version:- 0} |
21922192
21932193 ## Architecture and build info
21942194
Original file line number Diff line number Diff line change @@ -2380,8 +2380,8 @@ _release_info() {
23802380 | Libtorrent | ${app_version[libtorrent]} |
23812381 | Boost | ${app_version[boost]} |
23822382 | OpenSSL | ${app_version[openssl]} |
2383- | ${qbt_zlib_type} | ${app_version[zlib]} |
2384- | revision | ${qbt_revision_version} |
2383+ | ${qbt_zlib_type} | ${app_version[zlib]} |
2384+ | revision | ${qbt_revision_version:- 0} |
23852385
23862386 ## Architecture and build info
23872387
You can’t perform that action at this time.
0 commit comments