6 lines
116 B
Meson
6 lines
116 B
Meson
|
android_resources += configure_file(
|
||
|
input: rendered_icons['icon_exe'],
|
||
|
output: 'ic_launcher.png',
|
||
|
copy: true,
|
||
|
)
|