Skip to content

Commit

Permalink
fix linux desktop entry for 'Devel' profile
Browse files Browse the repository at this point in the history
- make sure that the Exec entry in the .desktop uses tha application_id variable
- this variable is either io.github.alainm23.planify or io.github.alainm23.planify.Devel depending on the selected profile while building
  • Loading branch information
peter-urban committed Jul 30, 2024
1 parent 0ec09c8 commit 726ff1b
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 726ff1b

Please sign in to comment.