Skip to content
Snippets Groups Projects
Verified Commit 203ffcba authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Add desktop file

parent 9151ee2e
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,7 @@ gnome.compile_resources('countdown',
install_dir: pkgdatadir,
dependencies: blueprints
)
install_data('uk.me.bcowan.Countdown.desktop',
install_dir: join_paths(get_option('datadir'), 'applications')
)
# SPDX-FileCopyrightText: 2022 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: LGPL-3.0-or-later
[Desktop Entry]
Name=Countdown
Exec=countdown
Terminal=false
Type=Application
Categories=GNOME;GTK;Utility;Clock;
StartupNotify=true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment