Skip to content

Commit

Permalink
fix metainfo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Sep 29, 2022
1 parent bed275b commit 1d42ff8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rnote-ui/data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ appdata_conf.set('APP_ID', app_id)
appdata_conf.set('APP_NAME', app_name)
appdata_conf.set('APP_NAME_CAPITALIZED', app_name_capitalized)
appdata_conf.set('APP_AUTHOR_NAME', app_author_name)
appdata_conf.set_quoted('APP_WEBSITE', app_website)
appdata_conf.set_quoted('APP_ISSUES_URL', app_issues_url)
appdata_conf.set_quoted('APP_SUPPORT_URL', app_support_url)
appdata_conf.set_quoted('APP_DONATE_URL', app_donate_url)
appdata_conf.set('APP_WEBSITE', app_website)
appdata_conf.set('APP_ISSUES_URL', app_issues_url)
appdata_conf.set('APP_SUPPORT_URL', app_support_url)
appdata_conf.set('APP_DONATE_URL', app_donate_url)
appdata_file_in = configure_file(
input: 'app.metainfo.xml.in.in',
output: '@BASENAME@',
Expand Down

0 comments on commit 1d42ff8

Please sign in to comment.