Switch back to latest pyinstaller.

This commit is contained in:
Ian Walton 2023-02-13 03:03:17 -05:00
parent e3d60a41a8
commit aa299aa864

View File

@ -45,8 +45,7 @@ function get_resource_version {
if [[ "$1" == "--get-pyinstaller" ]]
then
echo "Downloading pyinstaller..."
#pi_version=$(get_resource_version pyinstaller/pyinstaller)
pi_version=v5.1
pi_version=$(get_resource_version pyinstaller/pyinstaller)
download_compat release.zip "https://github.com/pyinstaller/pyinstaller/archive/$pi_version.zip" "pi"
(
mkdir pyinstaller