Skip to content

Commit

Permalink
cmake: meet flathub's newest arbitrary demands
Browse files Browse the repository at this point in the history
Incidentally, flatpak developers, I know you don't like my appdata not
having a screenshot caption or any release notes. If you want to write
LITERALLY ANY DOCUMENTATION on how to do those things I'll gladly abide.
  • Loading branch information
Adamcake committed Feb 5, 2024
1 parent 791f2a4 commit d01e2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ if(NOT WIN32)
"Terminal=false"
"Name=Bolt"
"GenericName=Bolt Launcher"
"Comment=Open source third-party ${BOLT_PROGRAM_NAME}"
"Comment=Third-party ${BOLT_PROGRAM_NAME}"
"Keywords=games;"
"Exec=bolt"
"Icon=${BOLT_META_NAME}"
"Categories=Game;Roleplaying;"
"Categories=Game;"
""
)
file(GENERATE OUTPUT bolt.desktop CONTENT "${BOLT_DESKTOP_INFO}")
Expand All @@ -52,7 +52,7 @@ if(NOT WIN32)
"<id>${BOLT_META_NAME}</id>"
"<name>Bolt Launcher</name>"
"<developer_name>Adamcake</developer_name>"
"<summary>Open source third-party ${BOLT_PROGRAM_NAME}</summary>"
"<summary>Third-party ${BOLT_PROGRAM_NAME}</summary>"
"<description><p>Bolt is a free, open-source, third-party implementation of the ${BOLT_PROGRAM_NAME}.</p></description>"
"<screenshots>"
" <screenshot type=\"default\">https://raw.githubusercontent.com/flathub/net.runelite.RuneLite/master/screenshot.png</screenshot>"
Expand Down

0 comments on commit d01e2ee

Please sign in to comment.