Unhardcode APPVENDOR here and there

This should have been done in a674498a96.
This commit is contained in:
Tamás Bálint Misius
2025-08-19 17:54:31 +02:00
parent 21b533ae47
commit ea160ff701
5 changed files with 11 additions and 6 deletions

View File

@@ -102,7 +102,11 @@ elif host_platform == 'linux'
embedded_files += [
[ 'icon_exe_png', rendered_icons['icon_exe'] ],
[ 'icon_cps_png', rendered_icons['icon_cps'] ],
[ 'save_xml', files('save.xml') ],
[ 'save_xml', configure_file(
input: 'save.template.xml',
output: 'save.xml',
configuration: conf_data,
) ],
[ 'powder_desktop', configure_file(
input: 'powder.template.desktop',
output: 'powder.desktop',