fixed too big icon on linux

This commit is contained in:
jeena 2013-04-17 08:30:30 +02:00
parent f5756d5db6
commit 6db4ee634b
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Version={VERSION}
Comment=Tent is a distributed social network protocol and Bungloo is one of the clients using it. Comment=Tent is a distributed social network protocol and Bungloo is one of the clients using it.
Exec=/usr/bin/bungloo Exec=/usr/bin/bungloo
GenericName=Tent Client GenericName=Tent Client
Icon=/usr/share/pixmaps/bungloo.xpm Icon=bungloo
Name=Bungloo Name=Bungloo
NoDisplay=false NoDisplay=false
StartupNotify=true StartupNotify=true

View file

@ -24,7 +24,6 @@ cp -r $SHAREDPATH/images $DEPLOYPATH/bungloo/
cp $SHAREDPATH/readme.md $DEPLOYPATH/README cp $SHAREDPATH/readme.md $DEPLOYPATH/README
cp $SHAREDPATH/LICENCE.txt $DEPLOYPATH/COPYING cp $SHAREDPATH/LICENCE.txt $DEPLOYPATH/COPYING
cp -r debian $DEPLOYPATH/ cp -r debian $DEPLOYPATH/
cp bungloo.desktop $DEPLOYPATH/
cd $DEPLOYPATH cd $DEPLOYPATH
make builddeb make builddeb