Skip to content

Commit d0c5491

Browse files
committed
fixed some typos in paths, but it does appear that the python binaries pulled-down by pyenv differ every time. That's insane for so many reasons. I got this one on the last build:
2020-06-22T17:49:54.4601190Z + md5 Kivy.app/Contents/Frameworks/python/3.7.3/bin/python3.7 2020-06-22T17:49:54.4699610Z MD5 (Kivy.app/Contents/Frameworks/python/3.7.3/bin/python3.7) = 3d15574d389ec9c9a6a8356f0247b61f
1 parent 1ebc3bd commit d0c5491

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/mac/buildDmg.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,12 @@ sed -i '' "s;rm {};rm -f {};g" create-osx-bundle.sh
234234
./create-osx-bundle.sh ${kivyVersion} ${PYTHON_VERSION}
235235

236236
# TODO: remove this after you fix the python binary issues
237-
ls -lah /Users/runner/.pyenv/versions/bin/pyenv
238-
ls -lah /Users/runner/.pyenv/versions/bin/pyenv/bin/
239-
md5 /Users/runner/.pyenv/bin/pyenv/bin/*
237+
ls -lah /Users/runner/.pyenv/versions/
238+
ls -lah /Users/runner/.pyenv/versions/*/bin/
239+
md5 /Users/runner/.pyenv/versions/*/bin/*
240240
ls -lah Kivy.app/Contents/Resources/venv/bin/
241-
ls -lah Kivy.app/Contents/Frameworks/${PYTHON_VERSION}/bin
242-
md5 Kivy.app/Contents/Frameworks/${PYTHON_VERSION}/bin/*
241+
ls -lah Kivy.app/Contents/Frameworks/python/${PYTHON_VERSION}/bin
242+
md5 Kivy.app/Contents/Frameworks/python/${PYTHON_VERSION}/bin/*
243243

244244
# Repair symlink
245245
pushd Kivy.app/Contents/Resources/venv/bin/

0 commit comments

Comments
 (0)