2005-09-02 04:16:20 +00:00
#!/bin/csh
2009-02-21 02:42:50 +00:00
# This file is part of BOINC.
# http://boinc.berkeley.edu
# Copyright (C) 2008 University of California
#
# BOINC is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any later version.
#
# BOINC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
2006-07-06 11:04:46 +00:00
2005-09-02 04:16:20 +00:00
##
2007-10-31 12:38:32 +00:00
# Release Script for Macintosh BOINC Manager 10/31/07 by Charlie Fenton
2009-11-18 10:19:14 +00:00
## updated 11/18/09 by Charlie Fenton for OS 10.6 Snow Leopard
2009-12-14 05:38:37 +00:00
## updated 12/13/09 by Charlie Fenton
2009-06-19 09:31:46 +00:00
##
## NOTE: This script uses PackageMaker, which is installed as part of the
## XCode developer tools. So you must have installed XCode Developer
## Tools on the Mac before running this script.
##
## NOTE: PackageMaker may write 3 lines to the terminal with "Setting to : 0 (null)"
## and "relocate: (null) 0". This is normal and does not indicate a problem.
2005-09-02 04:16:20 +00:00
##
## Usage:
## cd to the root directory of the boinc tree, for example:
## cd [path]/boinc
##
## Invoke this script with the three parts of version number as arguments.
## For example, if the version is 3.2.1:
## source [path_to_this_script] 3 2 1
##
## This will create a director "BOINC_Installer" in the parent directory of
## the current directory
2006-01-23 13:16:28 +00:00
##
## For testing only, you can use the development build by adding a fourth argument -dev
## For example, if the version is 3.2.1:
## source [path_to_this_script] 3 2 1 -dev
2005-09-02 04:16:20 +00:00
2005-11-08 01:07:13 +00:00
if [ $# -lt 3 ] ; then
echo "Usage:"
echo " cd [path]/boinc"
echo " source [path_to_this_script] major_version minor_version revision_number"
2006-04-17 07:58:19 +00:00
return 1
2005-11-08 01:07:13 +00:00
fi
2006-12-01 06:45:59 +00:00
#pushd ./
BOINCPath = $PWD
2006-01-21 12:42:04 +00:00
2005-11-08 01:07:13 +00:00
## XCode 2.x has separate directories for Development and Deployment build products
2006-01-20 14:04:06 +00:00
if [ " $4 " = "-dev" ] ; then
if [ -d mac_build/build/Development/ ] ; then
BUILDPATH = "mac_build/build/Development"
else
BUILDPATH = "mac_build/build"
fi
2005-11-08 01:07:13 +00:00
else
2006-02-02 12:48:36 +00:00
if [ -d mac_build/build/Deployment/ ] ; then
BUILDPATH = "mac_build/build/Deployment"
2006-01-20 14:04:06 +00:00
else
BUILDPATH = "mac_build/build"
fi
2005-11-08 01:07:13 +00:00
fi
2005-09-02 04:16:20 +00:00
2005-10-01 21:54:55 +00:00
sudo rm -dfR ../BOINC_Installer/Installer\ Resources/
2007-10-31 10:40:19 +00:00
sudo rm -dfR ../BOINC_Installer/Installer\ Scripts/
2005-10-01 21:54:55 +00:00
sudo rm -dfR ../BOINC_Installer/Pkg_Root
2005-09-02 04:16:20 +00:00
mkdir -p ../BOINC_Installer/Installer\ Resources/
2007-10-31 10:40:19 +00:00
mkdir -p ../BOINC_Installer/Installer\ Scripts/
2005-09-02 04:16:20 +00:00
cp -fp mac_Installer/License.rtf ../BOINC_Installer/Installer\ Resources/
cp -fp mac_installer/ReadMe.rtf ../BOINC_Installer/Installer\ Resources/
2007-06-12 10:25:48 +00:00
cp -fp win_build/installerv2/redist/all_projects_list.xml ../BOINC_Installer/Installer\ Resources/
2006-04-17 23:55:35 +00:00
# Update version number
sed -i "" s/"<VER_NUM>" /" $1 . $2 . $3 " /g ../BOINC_Installer/Installer\ Resources/ReadMe.rtf
2006-04-17 07:58:19 +00:00
#### We don't customize BOINC Data directory name for branding
2007-10-31 10:40:19 +00:00
cp -fp mac_installer/preinstall ../BOINC_Installer/Installer\ Scripts/
cp -fp mac_installer/preinstall ../BOINC_Installer/Installer\ Scripts/preupgrade
cp -fp mac_installer/postinstall ../BOINC_Installer/Installer\ Scripts/
cp -fp mac_installer/postupgrade ../BOINC_Installer/Installer\ Scripts/
2005-09-02 04:16:20 +00:00
2007-04-03 09:48:57 +00:00
cp -fpR $BUILDPATH /PostInstall.app ../BOINC_Installer/Installer\ Resources/
2009-11-18 10:19:14 +00:00
cp -fpR $BUILDPATH /WaitPermissions.app ../BOINC_Installer/Installer\ Resources/
2005-09-02 04:16:20 +00:00
mkdir -p ../BOINC_Installer/Pkg_Root
mkdir -p ../BOINC_Installer/Pkg_Root/Applications
mkdir -p ../BOINC_Installer/Pkg_Root/Library
mkdir -p ../BOINC_Installer/Pkg_Root/Library/Screen\ Savers
mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support
mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data
mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/locale
2006-06-20 11:25:23 +00:00
mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher
2007-07-11 09:52:05 +00:00
mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins
2006-06-20 11:25:23 +00:00
cp -fpR $BUILDPATH /switcher ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
2006-07-06 11:04:46 +00:00
cp -fpR $BUILDPATH /setprojectgrp ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
2007-02-20 01:39:26 +00:00
## cp -fpR $BUILDPATH/AppStats ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/switcher/
2005-09-02 04:16:20 +00:00
2006-12-14 02:58:52 +00:00
## FOR NOW - Don't install WCG Skins. If you reinstate this, also reinstate preinstall & preupgrade above
2006-12-01 06:45:59 +00:00
## Copy the World Community Grid skins into the installer tree, minus the CVS files
2006-12-14 02:58:52 +00:00
## mkdir -p ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins
## cd "${BOINCPath}/clientgui/skins"
## cp -fpR World\ Community\ Grid ../../../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/
## cd "${BOINCPath}"
## sudo rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/World\ Community\ Grid/CVS
## sudo rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/skins/World\ Community\ Grid/graphic/CVS
2006-12-01 06:45:59 +00:00
2007-06-12 10:25:48 +00:00
cp -fp curl/ca-bundle.crt ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/
2006-08-25 12:38:18 +00:00
2009-05-20 10:26:45 +00:00
cp -fp doc/logo/boinc_logo_black.jpg ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/
cp -fp api/txf/Helvetica.txf ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/
cp -fp clientscr/ss_config.xml ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/
cp -fpR $BUILDPATH /boincscr ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/
2005-11-08 01:07:13 +00:00
cp -fpR $BUILDPATH /BOINCManager.app ../BOINC_Installer/Pkg_Root/Applications/
2005-09-02 04:16:20 +00:00
2005-11-08 01:07:13 +00:00
cp -fpR $BUILDPATH /BOINCSaver.saver ../BOINC_Installer/Pkg_Root/Library/Screen\ Savers/
2005-09-02 04:16:20 +00:00
2009-08-21 09:21:54 +00:00
## If x86_64 version of screen saver for OS 10.6 exists, merge it into our screen saver
if [ -x ../_boinc_SnowLeopard/mac_build/build/Deployment/BOINCSaver.saver/Contents/MacOS/BOINCSaver ] ; then
if [ " $4 " != "-dev" ] ; then
rm -f ../BOINC_Installer/Pkg_Root/Library/Screen\ Savers/BOINCSaver.saver/Contents/MacOS/BOINCSaver
rm -fR ../BOINC_Installer/temp/
mkdir -p ../BOINC_Installer/temp/
lipo ../_boinc_SnowLeopard/mac_build/build/Deployment/BOINCSaver.saver/Contents/MacOS/BOINCSaver -thin x86_64 -output ../BOINC_Installer/temp/saver64
lipo ../BOINC_Installer/temp/saver64 $BUILDPATH /BOINCSaver.saver/Contents/MacOS/BOINCSaver -create -output ../BOINC_Installer/Pkg_Root/Library/Screen\ Savers/BOINCSaver.saver/Contents/MacOS/BOINCSaver
rm -fR ../BOINC_Installer/temp/
fi
fi
2005-10-20 10:06:07 +00:00
## Copy the localization files into the installer tree
## Old way copies CVS and *.po files which are not needed
2009-01-10 09:59:33 +00:00
## cp -fpR locale/ ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/locale
2005-10-20 09:56:22 +00:00
## sudo rm -dfR ../BOINC_Installer/Pkg_Root/Library/Application\ Support/BOINC\ Data/locale/CVS
2005-10-20 10:07:00 +00:00
## New way copies only *.mo files (adapted from boinc/sea/make-tar.sh)
2009-01-10 09:59:33 +00:00
find locale -name '*.mo' | cut -d '/' -f 2 | awk '{print "\"../BOINC_Installer/Pkg_Root/Library/Application Support/BOINC Data/locale/"$0"\""}' | xargs mkdir -p
find locale -name '*.mo' | cut -d '/' -f 2,3 | awk '{print "cp \"locale/"$0"\" \"../BOINC_Installer/Pkg_Root/Library/Application Support/BOINC Data/locale/"$0"\""}' | bash
2005-09-02 04:16:20 +00:00
2006-01-21 12:42:04 +00:00
## Fix up ownership and permissions
2005-09-02 04:16:20 +00:00
sudo chown -R root:admin ../BOINC_Installer/Pkg_Root/*
2006-06-20 11:25:23 +00:00
sudo chmod -R u+rw,g+rw,o+r-w ../BOINC_Installer/Pkg_Root/*
2006-01-21 12:42:04 +00:00
sudo chmod 1775 ../BOINC_Installer/Pkg_Root/Library
2005-09-02 04:16:20 +00:00
2006-01-21 12:42:04 +00:00
sudo chown -R 501:admin ../BOINC_Installer/Pkg_Root/Library/Application\ Support/*
2006-06-20 11:25:23 +00:00
sudo chmod -R u+rw,g+r-w,o+r-w ../BOINC_Installer/Pkg_Root/Library/Application\ Support/*
2005-09-02 04:16:20 +00:00
2005-09-02 07:15:22 +00:00
sudo chown -R root:admin ../BOINC_Installer/Installer\ Resources/*
2007-10-31 10:40:19 +00:00
sudo chown -R root:admin ../BOINC_Installer/Installer\ Scripts/*
2006-06-20 11:25:23 +00:00
sudo chmod -R u+rw,g+r-w,o+r-w ../BOINC_Installer/Installer\ Resources/*
2007-10-31 10:40:19 +00:00
sudo chmod -R u+rw,g+r-w,o+r-w ../BOINC_Installer/Installer\ Scripts/*
2005-09-02 07:15:22 +00:00
2005-10-01 21:54:55 +00:00
sudo rm -dfR ../BOINC_Installer/New_Release_$1 _$2 _$3 /
2005-09-02 04:16:20 +00:00
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /
2006-02-02 13:20:53 +00:00
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal
2007-06-09 11:42:26 +00:00
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras
2006-02-02 13:20:53 +00:00
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin
2005-09-21 04:51:20 +00:00
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_SymbolTables
2005-09-02 04:16:20 +00:00
2006-04-17 23:55:35 +00:00
cp -fp ../BOINC_Installer/Installer\ Resources/ReadMe.rtf ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal
2006-02-02 13:20:53 +00:00
sudo chown -R 501:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/ReadMe.rtf
2006-06-20 11:25:23 +00:00
sudo chmod -R 644 ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/ReadMe.rtf
2008-09-04 00:26:23 +00:00
2007-06-09 11:42:26 +00:00
cp -fp COPYING ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras
sudo chown -R 501:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/COPYING
sudo chmod -R 644 ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/COPYING
2008-09-04 00:26:23 +00:00
cp -fp COPYING.LESSER ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras
sudo chown -R 501:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/COPYING.LESSER
sudo chmod -R 644 ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/COPYING.LESSER
2007-06-09 11:42:26 +00:00
cp -fp COPYRIGHT ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras
sudo chown -R 501:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/COPYRIGHT
sudo chmod -R 644 ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/COPYRIGHT
cp -fpR $BUILDPATH /Uninstall\ BOINC.app ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras
sudo chown -R root:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/Uninstall\ BOINC.app
sudo chmod -R 555 ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/extras/Uninstall\ BOINC.app
2007-06-06 11:42:51 +00:00
2006-06-27 12:56:11 +00:00
# Copy the installer wrapper application "BOINC Installer.app"
cp -fpR $BUILDPATH /BOINC\ Installer.app ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/
2007-10-31 10:40:19 +00:00
DarwinVersion = ` uname -r` ;
DarwinMajorVersion = ` echo $DarwinVersion | sed 's/\([0-9]*\)[.].*/\1/' ` ;
# DarwinMinorVersion=`echo $version | sed 's/[0-9]*[.]\([0-9]*\).*/\1/' `;
#
# echo "major = $DarwinMajorVersion"
# echo "minor = $DarwinMinorVersion"
#
# Darwin version 9.x.y corresponds to OS 10.5.x
# Darwin version 8.x.y corresponds to OS 10.4.x
# Darwin version 7.x.y corresponds to OS 10.3.x
# Darwin version 6.x corresponds to OS 10.2.x
2006-06-27 12:56:11 +00:00
# Build the installer package inside the wrapper application's bundle
2009-11-18 10:19:14 +00:00
if [ " $DarwinMajorVersion " = "8" ] ; then
# OS 10.4 packagemaker
/Developer/Tools/packagemaker -build -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/BOINC\ Installer.app/Contents/Resources/BOINC.pkg -f ../BOINC_Installer/Pkg_Root -r ../BOINC_Installer/Installer\ Resources/ -i mac_build/Pkg-Info.plist -d mac_Installer/Description.plist -ds
else
# OS 10.5 / OS 10.6 packagemaker
2007-10-31 10:40:19 +00:00
/Developer/usr/bin/packagemaker -r ../BOINC_Installer/Pkg_Root -e ../BOINC_Installer/Installer\ Resources/ -s ../BOINC_Installer/Installer\ Scripts/ -f mac_build/Pkg-Info.plist -t "BOINC Manager" -n " $1 . $2 . $3 " -b -o ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/BOINC\ Installer.app/Contents/Resources/BOINC.pkg
2007-11-08 12:05:56 +00:00
# Remove TokenDefinitions.plist and IFPkgPathMappings in Info.plist, which would cause installer to find a previous copy of BOINCManager and install there
2007-10-31 10:40:19 +00:00
sudo rm -f ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/BOINC\ Installer.app/Contents/Resources/BOINC.pkg/Contents/Resources/TokenDefinitions.plist
2007-11-08 12:05:56 +00:00
defaults delete " $BOINCPath /../BOINC_Installer/New_Release_ $1 _ $2 _ $3 /boinc_ $1 . $2 . $3 _macOSX_universal/BOINC Installer.app/Contents/Resources/BOINC.pkg/Contents/Info " IFPkgPathMappings
2007-10-31 10:40:19 +00:00
fi
2006-06-27 12:56:11 +00:00
# Allow the installer wrapper application to modify the package's Info.plist file
2009-11-18 10:19:14 +00:00
sudo chmod a+rw ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_universal/BOINC\ Installer.app/Contents/Resources/BOINC.pkg/Contents/Info.plist
2005-09-02 04:16:20 +00:00
2006-09-22 02:54:27 +00:00
# Build the stand-alone client distribution
cp -fpR mac_build/Mac_SA_Insecure.sh ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/
cp -fpR mac_build/Mac_SA_Secure.sh ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/
2009-12-14 05:33:06 +00:00
cp -fpR COPYING ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/COPYING.txt
cp -fpR COPYING.LESSER ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/COPYING.LESSER.txt
cp -fpR COPYRIGHT ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/COPYRIGHT.txt
2007-05-05 01:28:43 +00:00
cp -fp mac_Installer/License.rtf ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/
2006-10-10 10:48:18 +00:00
sudo chown -R 501:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/*
sudo chmod -R 644 ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/*
2006-09-22 02:54:27 +00:00
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir
cp -fpR $BUILDPATH /boinc ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/
2008-05-01 09:25:51 +00:00
cp -fpR $BUILDPATH /boinccmd ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/
2006-09-22 02:54:27 +00:00
cp -fpR curl/ca-bundle.crt ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/
mkdir -p ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/switcher
cp -fpR $BUILDPATH /switcher ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/switcher/
cp -fpR $BUILDPATH /setprojectgrp ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/switcher/
2007-02-20 01:48:19 +00:00
## cp -fpR $BUILDPATH/AppStats ../BOINC_Installer/New_Release_$1_$2_$3/boinc_$1.$2.$3_universal-apple-darwin/move_to_boinc_dir/switcher/
2006-09-22 02:54:27 +00:00
2006-10-10 10:48:18 +00:00
sudo chown -R root:admin ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/*
sudo chmod -R u+rw-s,g+r-ws,o+r-w ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _universal-apple-darwin/move_to_boinc_dir/*
2006-09-22 02:54:27 +00:00
2008-03-19 11:33:19 +00:00
cp -fpR $BUILDPATH /SymbolTables/ ../BOINC_Installer/New_Release_$1 _$2 _$3 /boinc_$1 .$2 .$3 _macOSX_SymbolTables/
2006-09-22 02:54:27 +00:00
2005-09-02 04:16:20 +00:00
cd ../BOINC_Installer/New_Release_$1 _$2 _$3
2006-02-25 09:16:32 +00:00
zip -rqy boinc_$1 .$2 .$3 _macOSX_universal.zip boinc_$1 .$2 .$3 _macOSX_universal
zip -rqy boinc_$1 .$2 .$3 _universal-apple-darwin.zip boinc_$1 .$2 .$3 _universal-apple-darwin
zip -rqy boinc_$1 .$2 .$3 _macOSX_SymbolTables.zip boinc_$1 .$2 .$3 _macOSX_SymbolTables
2005-09-02 04:16:20 +00:00
2006-12-01 06:45:59 +00:00
#popd
cd " ${ BOINCPath } "
2006-01-21 12:42:04 +00:00
return 0