Skip to content

Commit

Permalink
the last run failed without any ouptut? whatever, let's try again but…
Browse files Browse the repository at this point in the history
… also inspect the pyenv verions' binaries and the python binaries in Kivy.app's Frameworks dir as well
  • Loading branch information
maltfield committed Jun 22, 2020
1 parent 7350742 commit 1ebc3bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/mac/buildDmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ sed -i '' "s;rm {};rm -f {};g" create-osx-bundle.sh

./create-osx-bundle.sh ${kivyVersion} ${PYTHON_VERSION}

# TODO: remove this after you fix the python binary issues
ls -lah /Users/runner/.pyenv/versions/bin/pyenv
ls -lah /Users/runner/.pyenv/versions/bin/pyenv/bin/
md5 /Users/runner/.pyenv/bin/pyenv/bin/*
ls -lah Kivy.app/Contents/Resources/venv/bin/
ls -lah Kivy.app/Contents/Frameworks/${PYTHON_VERSION}/bin
md5 Kivy.app/Contents/Frameworks/${PYTHON_VERSION}/bin/*

# Repair symlink
pushd Kivy.app/Contents/Resources/venv/bin/
rm ./python3
Expand Down

0 comments on commit 1ebc3bd

Please sign in to comment.