You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf'\n%b\n\n'"${text_blink}${unicode_red_light_circle}${color_end}${color_yellow}ABI Mismatch: libtorrent (c++${qbt_libtorrent_std}) and qBittorrent (c++${qbt_app_std}) cannot be built together as c++14 is incompatible with c++17+.${color_end}"
594
594
if [[ -n${GITHUB_REPOSITORY} ]];then touch disable-qt5;fi
595
595
if [[ -d${release_info_dir} ]];then touch "${release_info_dir}/disable-qt5";fi
printf'\n%b\n\n'"${text_blink}${unicode_red_light_circle}${color_end}${color_yellow}ABI Mismatch: libtorrent (c++${qbt_libtorrent_std}) and qBittorrent (c++${qbt_app_std}) cannot be built together as c++17 is incompatible with c++20+.${color_end}"
599
+
if [[ -n${GITHUB_REPOSITORY} ]];then touch disable-qt5;fi
600
+
if [[ -d${release_info_dir} ]];then touch "${release_info_dir}/disable-qt5";fi
printf'\n%b\n\n'"${text_blink}${unicode_red_light_circle}${color_end}${color_yellow}ABI Mismatch: libtorrent (c++${qbt_libtorrent_std}) and qBittorrent (c++${qbt_app_std}) cannot be built together as c++20 is incompatible with c++23+.${color_end}"
604
+
if [[ -n${GITHUB_REPOSITORY} ]];then touch disable-qt5;fi
605
+
if [[ -d${release_info_dir} ]];then touch "${release_info_dir}/disable-qt5";fi
app_version[zlib]="$(_curl "https://raw.githubusercontent.com/madler/zlib/${github_tag[zlib]}/zlib.h"| sed -rn 's|#define ZLIB_VERSION "(.*)"|\1|p'| sed 's/-.*//g')"
1649
+
app_version[zlib]="${github_tag[zlib]#v}"
1634
1650
elif [[ ${qbt_zlib_type}=="zlib-ng" ]];then
1635
1651
app_version[zlib]="$(_curl "https://raw.githubusercontent.com/zlib-ng/zlib-ng/${github_tag[zlib]}/zlib.h.in"| sed -rn 's|#define ZLIB_VERSION "(.*)"|\1|p'| sed 's/\.zlib-ng//g')"
0 commit comments