From e80d6b20b6116d70af2954d52b69be52577a9955 Mon Sep 17 00:00:00 2001 From: Daid Date: Thu, 20 Dec 2012 15:01:33 +0100 Subject: Add pypy and scripts for pypy back to mac package, so slicing works. --- package.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package.sh') diff --git a/package.sh b/package.sh index acc7fc69d8..074377c1d8 100755 --- a/package.sh +++ b/package.sh @@ -100,6 +100,12 @@ if [ "$BUILD_TARGET" = "darwin" ]; then exit 1 fi + downloadURL https://bitbucket.org/pypy/pypy/downloads/pypy-${PYPY_VERSION}-osx64.tar.bz2 + $TAR -xjf pypy-${PYPY_VERSION}-osx64.tar.bz2 + mv pypy-${PYPY_VERSION} scripts/darwin/dist/Cura.app/Contents/Resources/pypy + #For now, just copy all of Cura so pypy can find it + cp -a Cura scripts/darwin/dist/Cura.app/Contents/Resources/ + cd scripts/darwin # Install QuickLook plugin -- cgit v1.2.3