Skip to content

Commit

Permalink
transfer.sh shutting down – try filepush.co/upload instead
Browse files Browse the repository at this point in the history
https://filepush.co/usage/#ulinux

Should fix #14 - transfer.sh shutting down 30th of November
  • Loading branch information
unhammer committed Nov 20, 2018
1 parent 5551fa9 commit d98aaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle_mac_libs
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ if [[ "$(wc -l <<< "${foundpylib}")" != 1 ]]; then
fi

zip -r ./"${platform}".zip ./"${libdir}" ./"${pylibdir}"
curl --upload-file ./"${platform}".zip https://transfer.sh/"${platform}".zip
curl --upload-file ./"${platform}".zip https://filepush.co/upload/"${platform}".zip

0 comments on commit d98aaa2

Please sign in to comment.