Skip to content

Commit

Permalink
cmake: add newlines to metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Sep 16, 2023
1 parent 6c4c8fe commit 17a71a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if(NOT WIN32)
"Exec=bolt"
"Icon=${BOLT_META_NAME}"
"Categories=Game;Roleplaying;"
""
)
file(GENERATE OUTPUT bolt.desktop CONTENT "${BOLT_DESKTOP_INFO}")

Expand Down Expand Up @@ -61,6 +62,7 @@ if(NOT WIN32)
" <content_attribute id=\"money-purchasing\">mild</content_attribute>"
"</content_rating>"
"</component>"
""
)
file(GENERATE OUTPUT metainfo.xml CONTENT "${BOLT_METAINFO}")

Expand Down

0 comments on commit 17a71a7

Please sign in to comment.