1
0
Fork 0
forked from lthn/blockchain

build macOS: final fixes (hopefully)

This commit is contained in:
sowle 2023-07-21 11:03:35 +02:00
parent 1088b3ce90
commit c0d0d7d42a
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -148,15 +148,17 @@ echo "Build success"
echo "############### Uploading... ################"
package_filepath=$package_filename
package_filepath="$(pwd)/$package_filename"
#scp $package_filepath zano_build_server:/var/www/html/builds/
source macosx_build_uploader.sh
source ../../../macosx_build_uploader.sh
pushd .
upload_build $package_filepath
if [ $? -ne 0 ]; then
echo "Failed to upload to remote server"
exit 1
fi
popd
read checksum <<< $( shasum -a 256 $package_filepath | awk '/^/ { print $1 }' )
@ -167,8 +169,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 macOS-x64 ${build_prefix_label}${testnet_label}build $version_str" "${emails}" "$mail_msg"
######################
# notarization