keep folder name short

This commit is contained in:
Jay Lee
2020-05-07 14:33:23 -04:00
parent 45a9f97fc8
commit e570341f93

View File

@@ -66,7 +66,8 @@ $pip install --upgrade -r src/requirements.txt
echo "Downloading PyInstaller..."
wget --quiet https://github.com/pyinstaller/pyinstaller/archive/$PYINSTALLER_COMMIT.tar.gz
tar xf $PYINSTALLER_COMMIT.tar.gz
cd pyinstaller-$PYINSTALLER_COMMIT/bootloader
mv pyinstaller-$PYINSTALLER_COMMIT pyinstaller
cd pyinstaller/bootloader
echo "bootloader before:"
md5sum ../PyInstaller/bootloader/Windows-${BITS}bit/*