1
0
Fork 0
forked from lthn/blockchain

linux build: email sending was improved (switched to python script)

This commit is contained in:
sowle 2023-07-13 12:55:36 +02:00
parent 696725b5c3
commit 00dcaee48f
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -142,6 +142,6 @@ sha256: $checksum"
echo "$mail_msg"
echo "$mail_msg" | mail -s "Zano linux-x64 ${build_prefix_label}${testnet_label}${copy_qt_dev_tools_label}build $version_str" ${emails}
python3 ../../utils/build_mail.py "Zano linux-x64 ${build_prefix_label}${testnet_label}${copy_qt_dev_tools_label}build $version_str" "${emails}" "$mail_msg"
exit 0