diff --git a/Linux/bungloo.desktop.exmp b/Linux/bungloo.desktop.exmp index d21b077..912d5d0 100644 --- a/Linux/bungloo.desktop.exmp +++ b/Linux/bungloo.desktop.exmp @@ -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 diff --git a/Linux/deploy.sh b/Linux/deploy.sh index 517d06e..264df60 100755 --- a/Linux/deploy.sh +++ b/Linux/deploy.sh @@ -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