Added missing .icns file

This commit is contained in:
Rob Pearce 2009-02-03 06:48:05 +00:00
parent cbe069cebd
commit 002ff4144a
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ echo "Creating staging area without svn files..."
rsync -rC data/ staging/data rsync -rC data/ staging/data
echo "Creating .app..." echo "Creating .app..."
platypus -a rc -t shell -o TextWindow -R -u "Rob Pearce" -f staging/data -f rc scripts/run.sh ${appname} platypus -a rc -t shell -o TextWindow -R -u "Rob Pearce" -f staging/data -f rc scripts/run.sh ${appname}
seticon -d icon.icns ${appname} seticon -d ./templates/icon.icns ${appname}
echo "Relocating dylib symbols..." echo "Relocating dylib symbols..."
dylibbundler -od -b -x ./${appname}/Contents/Resources/rc -d ./${appname}/Contents/libs/ -p @executable_path/../libs/ dylibbundler -od -b -x ./${appname}/Contents/Resources/rc -d ./${appname}/Contents/libs/ -p @executable_path/../libs/
echo "Archiving..." echo "Archiving..."

BIN
templates/icon.icns Normal file

Binary file not shown.