forked from lthn/blockchain
linux appimage build: email sending was improved (switched to python script)
This commit is contained in:
parent
d7dea2ad14
commit
42be0af5a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue