fixed too big icon on linux
This commit is contained in:
parent
f5756d5db6
commit
6db4ee634b
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ Version={VERSION}
|
|||
Comment=Tent is a distributed social network protocol and Bungloo is one of the clients using it.
|
||||
Exec=/usr/bin/bungloo
|
||||
GenericName=Tent Client
|
||||
Icon=/usr/share/pixmaps/bungloo.xpm
|
||||
Icon=bungloo
|
||||
Name=Bungloo
|
||||
NoDisplay=false
|
||||
StartupNotify=true
|
||||
|
|
|
@ -24,7 +24,6 @@ cp -r $SHAREDPATH/images $DEPLOYPATH/bungloo/
|
|||
cp $SHAREDPATH/readme.md $DEPLOYPATH/README
|
||||
cp $SHAREDPATH/LICENCE.txt $DEPLOYPATH/COPYING
|
||||
cp -r debian $DEPLOYPATH/
|
||||
cp bungloo.desktop $DEPLOYPATH/
|
||||
|
||||
cd $DEPLOYPATH
|
||||
make builddeb
|
||||
|
|
Reference in a new issue