Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaid <Daid303@gmail.com>2012-12-20 18:01:33 +0400
committerDaid <Daid303@gmail.com>2012-12-20 18:01:33 +0400
commite80d6b20b6116d70af2954d52b69be52577a9955 (patch)
treec136c4ce8f6ae037b15c91362bcabad5923c2cd0 /package.sh
parent6790d018b51c5c269a635be37ec8905cee84fafe (diff)
Add pypy and scripts for pypy back to mac package, so slicing works.
Diffstat (limited to 'package.sh')
-rwxr-xr-xpackage.sh6
1 files changed, 6 insertions, 0 deletions
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