Skip to content

Commit 2b39cef

Browse files
authored
1 parent 52fccec commit 2b39cef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/install.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(UNIX)
1919
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications/
2020
)
2121

22-
install(FILES distri/${PROJECT_NAME}.desktop.appdata.xml
22+
install(FILES distri/${PROJECT_NAME}.metainfo.xml
2323
DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo/
2424
)
2525
endif()
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
</screenshots>
4747
<url type="homepage">https://sqlitebrowser.org/</url>
4848
<url type="bugtracker">https://github.com/sqlitebrowser/sqlitebrowser/issues</url>
49+
<url type="faq">https://github.com/sqlitebrowser/sqlitebrowser/wiki/Frequently-Asked-Questions</url>
50+
<url type="help">https://github.com/sqlitebrowser/sqlitebrowser/wiki</url>
51+
<url type="donation">https://www.patreon.com/db4s</url>
52+
<url type="translate">https://github.com/sqlitebrowser/sqlitebrowser/wiki/Translations</url>
53+
<url type="vcs-browser">https://github.com/sqlitebrowser/sqlitebrowser</url>
4954
<releases>
5055
<release version="3.13.1" date="2024-10-16" />
5156
<release version="3.13.0" date="2024-07-23" />

0 commit comments

Comments
 (0)