mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-24 17:02:55 +02:00
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,
|
|
)
|