mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +02:00
Unify icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
android_resources = files(
|
||||
'mipmap-mdpi/ic_launcher.png',
|
||||
'values/colors.xml',
|
||||
'values/styles.xml',
|
||||
)
|
||||
|
||||
subdir('values')
|
||||
subdir('mipmap-mdpi')
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 111 KiB |
5
android/res/mipmap-mdpi/meson.build
Normal file
5
android/res/mipmap-mdpi/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
android_resources += configure_file(
|
||||
input: rendered_icons['icon_exe'],
|
||||
output: 'ic_launcher.png',
|
||||
copy: true,
|
||||
)
|
Reference in New Issue
Block a user