File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ appdata_conf.set('APP_ID', app_id)
88
88
appdata_conf.set(' APP_NAME' , app_name)
89
89
appdata_conf.set(' APP_NAME_CAPITALIZED' , app_name_capitalized)
90
90
appdata_conf.set(' APP_AUTHOR_NAME' , app_author_name)
91
- appdata_conf.set_quoted (' APP_WEBSITE' , app_website)
92
- appdata_conf.set_quoted (' APP_ISSUES_URL' , app_issues_url)
93
- appdata_conf.set_quoted (' APP_SUPPORT_URL' , app_support_url)
94
- appdata_conf.set_quoted (' APP_DONATE_URL' , app_donate_url)
91
+ appdata_conf.set (' APP_WEBSITE' , app_website)
92
+ appdata_conf.set (' APP_ISSUES_URL' , app_issues_url)
93
+ appdata_conf.set (' APP_SUPPORT_URL' , app_support_url)
94
+ appdata_conf.set (' APP_DONATE_URL' , app_donate_url)
95
95
appdata_file_in = configure_file (
96
96
input : ' app.metainfo.xml.in.in' ,
97
97
output : ' @BASENAME@' ,
You can’t perform that action at this time.
0 commit comments