Skip to content

Commit

Permalink
Merge pull request #1379 from peter-urban/fix_linux_desktop_entry_for…
Browse files Browse the repository at this point in the history
…_devel_profile

fix linux desktop entry for 'Devel' profile
  • Loading branch information
alainm23 authored Jul 30, 2024
2 parents cf8a73a + 726ff1b commit c1f786e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/io.github.alainm23.planify.desktop.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Name=Planify
GenericName=Planify
Comment=Never worry about forgetting things again
Categories=Utility;Office;ProjectManagement;Calendar;
Exec=io.github.alainm23.planify
Exec=@exec@
Icon=@icon@
Terminal=false
Type=Application
Expand Down
1 change: 1 addition & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
###########

desktop_conf = configuration_data()
desktop_conf.set('exec', application_id)
desktop_conf.set('icon', application_id)
desktop_file = i18n.merge_file(
input: configure_file(
Expand Down

0 comments on commit c1f786e

Please sign in to comment.