Allow setting `DESKTOP_FILE_ADDITIONAL_ENTRIES` manually

This commit is contained in:
Martchus 2024-01-27 02:51:41 +01:00
parent 1a0c4fbce0
commit d08794b11d
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ function (add_desktop_file)
endif ()
# compose actions
set(DESKTOP_FILE_ADDITIONAL_ENTRIES "")
foreach (ACTION_VAR ${META_APP_ACTIONS})
list(GET META_APP_ACTION_${ACTION_VAR} 0 ACTION_ID)
list(GET META_APP_ACTION_${ACTION_VAR} 1 ACTION_NAME)