From a9c49ccb39b910dba29b209a6e564dcbfcccd8ed Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Wed, 22 Feb 2017 11:43:04 +0000 Subject: [PATCH] Bump Pipeline tool on MacOS to use v4.6.1. (#5457) * Bump Pipeline tool on MacOS to use v4.6.1. * Fixed up the dylib "id" to NOT include a mono path. * More fixes.. hopefully * Added missing files to Pipeline package * Fixed a weird issue with mono * fixed previous commit --- Build/Projects/Pipeline.definition | 4 ++++ Installers/MacOS/Scripts/Pipeline/postinstall | 3 +++ Installers/default.build | 15 ++++++++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Build/Projects/Pipeline.definition b/Build/Projects/Pipeline.definition index 40b91e6b6ad..a41eea1c6a7 100644 --- a/Build/Projects/Pipeline.definition +++ b/Build/Projects/Pipeline.definition @@ -28,6 +28,10 @@ TRACE;MONOMAC;GTK2 TRACE;LINUX;GTK3 + + v4.6.1 + + True diff --git a/Installers/MacOS/Scripts/Pipeline/postinstall b/Installers/MacOS/Scripts/Pipeline/postinstall index 27cfeeaa056..c89b179a820 100755 --- a/Installers/MacOS/Scripts/Pipeline/postinstall +++ b/Installers/MacOS/Scripts/Pipeline/postinstall @@ -37,6 +37,9 @@ if [ -d '/Applications/Xamarin Studio.app' ] then /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool setup uninstall MonoDevelop.MonoGame -y fi +if [ ! -d '/Library/Frameworks/Mono.framework/Versions/4.6.2' ] + ln -s /Library/Frameworks/Mono.framework/Versions/Current /Library/Frameworks/Mono.framework/Versions/4.6.2 +fi sudo rm /usr/local/bin/mgcb sudo rm /usr/local/bin/monogame-uninstall " >> /usr/local/bin/monogame-uninstall diff --git a/Installers/default.build b/Installers/default.build index cdb250d9aee..d83bbc522eb 100644 --- a/Installers/default.build +++ b/Installers/default.build @@ -54,8 +54,21 @@ - + + + + + + + + + + + + + +