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
Update matrix_multi_build_and_release_qbt_workflow_files.yml
workflows
if libtorrent RC_1_2 is not updated to work with boost 1.87.0 i'll need to have unique versions of boost per release. this change anticipates that outcome.
Update matrix_multi_build_and_release_qbt_workflow_files.yml
Copy file name to clipboardExpand all lines: qbittorrent-nox-static.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -492,7 +492,7 @@ _qbittorrent_build_cons() {
492
492
_set_build_cons() {
493
493
if [[ $(_qbittorrent_build_cons)=="yes"&&"${qbt_qt_version}"=="5" ]];then
494
494
printf'\n%b\n\n'"${text_blink}${unicode_red_light_circle}${color_end}${color_yellow}qBittorrent ${color_magenta}${github_tag[qbittorrent]}${color_yellow} does not support ${color_red}Qt5${color_yellow}. Please use ${color_green}Qt6${color_yellow} or a qBittorrent ${color_green}v4${color_yellow} tag.${color_end}"
495
-
if [[ -d"${release_info_dir}" ]];then touch "${release_info_dir}/disable-qt5";fi# qbittorrent v5 transtion - workflow specific
495
+
if [[ -d"${release_info_dir}" ]];then touch "${release_info_dir}/disable-qt5";fi# qbittorrent v5 transition - workflow specific
496
496
exit# non error exit to not upset github actions - just skip the step
0 commit comments