Skip to content

Commit

Permalink
fixed #7 invalid Deskop file
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpthomas committed May 3, 2017
1 parent 05efca5 commit 9865120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set (GENERIC_NAME "Timer")
set (RELEASE_NAME "Loki")
set (COMMENT "This clock application provides stopwatches, alarms, and timers.")
set (DAEMON_COMMENT "Daemon that deals with Hourglass's alarms.")
set (VERSION "1.0.4")
set (VERSION "1.0.5")
set (VERSION_INFO "Release")

#data directory stuff
Expand Down
7 changes: 3 additions & 4 deletions data/com.github.sgpthomas.hourglass.desktop.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
[Desktop Entry]
Type=Application
Name=@APP_NAME@
Version=@VERSION@
Comment=@COMMENT@
GenericName=@GENERIC_NAME@
StartupWMClass=@EXEC_NAME@
Exec=@EXEC_NAME@
Icon=@ICON_NAME@
Terminal=false
Categories=GNOME;GTK;Utility;Productivity
Keywords=Timer;Time;Clock;Hourglass;Alarm
X-GNOME-Keywords=Timer;Time;Clock;Hourglass;Alarm
Categories=GNOME;GTK;Utility;Productivity;
Keywords=Timer;Time;Clock;Hourglass;Alarm;
X-GNOME-Keywords=Timer;Time;Clock;Hourglass;Alarm;
StartupNotify=true
X-GNOME-Gettext-Domain=@GETTEXT_PACKAGE@
Actions=AboutDialog;
Expand Down

0 comments on commit 9865120

Please sign in to comment.