gitso

gitso Commit Details


Date:2010-02-22 23:00:14 (14 years 9 months ago)
Author:gerberad
Branch:master
Commit:9489ed3d3000f90527aee213fdfe1b0bc8a64682
Parents: 3c19eb0646d8143b5a04da1a0420c51acaf67b33
Message:/trunk/makegitso.sh Fixed the bug in the Info.plist's not getting copy correctly.

Changes:

File differences

gitso/trunk/makegitso.sh
7575
7676
7777
78
78
7979
8080
8181
......
133133
134134
135135
136
136
137137
138138
139139
......
201201
202202
203203
204
205
204
205
206206
207207
208208
python arch/osx/setup.py py2app
echo -e ".."
cp arch/osx/Info_OSX-10.6.plist $OSX_BUILD_DIR/Gitso.app/Contents/
cp arch/osx/Info_OSX-10.6.plist $OSX_BUILD_DIR/Gitso.app/Contents/Info.plist
cp COPYING $OSX_BUILD_DIR/Gitso.app/Contents/Resources/
cp PythonApplet.icns $OSX_BUILD_DIR/Gitso.app/Contents/Resources/
python arch/osx/setup.py py2app
echo -e ".."
cp arch/osx/Info_OSX-10.5.plist $OSX_BUILD_DIR/Gitso.app/Contents/
cp arch/osx/Info_OSX-10.5.plist $OSX_BUILD_DIR/Gitso.app/Contents/Info.plist
cp COPYING $OSX_BUILD_DIR/Gitso.app/Contents/Resources/
cp PythonApplet.icns $OSX_BUILD_DIR/Gitso.app/Contents/Resources/
##
# Initialize values
############################
DMG_OSX_106="Gitso_0.6_SnowLeopard.dmg"
DMG_OSX_105="Gitso_0.6_Leopard.dmg"
DMG_OSX_106="Gitso_0.6_mac_SnowLeopard.dmg"
DMG_OSX_105="Gitso_0.6_mac_Leopard.dmg"
DEB="gitso_0.6_all.deb"
TARGZ="gitso_0.6_all.tar.gz"
SRC="gitso_0.6_src.tar.bz2"

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.17286s using 13 queries.