Update desktop file and version number

This commit is contained in:
Sean Davis 2013-07-14 10:39:25 -04:00
parent 1e54127eff
commit 1151cba5ed
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[Desktop Entry]
_Name=Mugshot
_Comment=Mugshot application
Categories=GNOME;Utility;
_Name=About Me
_Comment=Configure your profile image and contact details
Categories=XFCE;GNOME;GTK;Settings;X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;
Exec=mugshot
Icon=mugshot
Terminal=false

View File

@ -26,7 +26,7 @@ __all__ = [
# files). By default, this is ../data, relative your trunk layout
__mugshot_data_directory__ = '../data/'
__license__ = 'GPL-3'
__version__ = 'VERSION'
__version__ = '0.1'
import os