mirror of https://github.com/BOINC/boinc.git
Mac installer: Update release script to include Default skin
svn path=/trunk/boinc/; revision=24488
This commit is contained in:
parent
e0f7194178
commit
98bff6067f
|
@ -24,6 +24,7 @@
|
||||||
## updated 12/2/10 by Charlie Fenton to remove obsolete items
|
## updated 12/2/10 by Charlie Fenton to remove obsolete items
|
||||||
## updated 1/18/11 by Charlie Fenton to remove BOINC skins
|
## updated 1/18/11 by Charlie Fenton to remove BOINC skins
|
||||||
## updated 11/9/11 by Charlie Fenton for XCode 4.1 and OS 10.7
|
## updated 11/9/11 by Charlie Fenton for XCode 4.1 and OS 10.7
|
||||||
|
## updated 11/26/11 by Charlie Fenton for new Default skin
|
||||||
##
|
##
|
||||||
## NOTE: This script uses PackageMaker, which is installed as part of the
|
## NOTE: This script uses PackageMaker, which is installed as part of the
|
||||||
## XCode developer tools. So you must have installed XCode Developer
|
## XCode developer tools. So you must have installed XCode Developer
|
||||||
|
@ -147,6 +148,10 @@ cp -fpR $BUILDPATH/switcher ../BOINC_Installer/Pkg_Root/Library/Application\ Sup
|
||||||
cp -fpR $BUILDPATH/setprojectgrp ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
|
cp -fpR $BUILDPATH/setprojectgrp ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
|
||||||
## cp -fpR $BUILDPATH/AppStats ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
|
## cp -fpR $BUILDPATH/AppStats ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
|
||||||
|
|
||||||
|
cd "${BOINCPath}/clientgui/skins"
|
||||||
|
cp -fpR Default ../../../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/
|
||||||
|
cd "${BOINCPath}"
|
||||||
|
|
||||||
## FOR NOW - Don't install WCG Skins. If you reinstate this, also reinstate preinstall & preupgrade above
|
## FOR NOW - Don't install WCG Skins. If you reinstate this, also reinstate preinstall & preupgrade above
|
||||||
## Copy the World Community Grid skins into the installer tree, minus the CVS files
|
## Copy the World Community Grid skins into the installer tree, minus the CVS files
|
||||||
## cd "${BOINCPath}/clientgui/skins"
|
## cd "${BOINCPath}/clientgui/skins"
|
||||||
|
|
Loading…
Reference in New Issue