1
0
Fork 0
forked from lthn/blockchain

linux and mac build: email sending updated improved (switched to python script)

This commit is contained in:
sowle 2023-07-14 20:21:41 +02:00
parent 6156c0dc6c
commit 689fa2c63e
3 changed files with 4 additions and 4 deletions

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

View file

@ -154,6 +154,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
exit 0

View file

@ -165,7 +165,7 @@ sha256: $checksum"
echo "$mail_msg"
echo "$mail_msg" | mail -s "Zano macOS-x64 ${build_prefix_label}${testnet_label}build $version_str" ${emails}
python3 ../../../utils/build_mail.py "Zano linux-x64 ${build_prefix_label}${testnet_label}build $version_str" "${emails}" "$mail_msg"
######################