Icon script changes

A partial update that does not include managing the white variants of the icons,
This commit is contained in:
Philip Abbey
2025-11-02 13:14:31 +00:00
parent 8360a3e4a2
commit 643c4aa2e5
3 changed files with 9 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ output_dir_prefix = 'resources-launcher-'
input_dir = output_dir_prefix + '70-70'
# Convert icons to different screen sizes by these parameters
lookup = [26, 30, 33, 35, 36, 40, 54, 60, 61, 62, 65, 80]
lookup = [26, 30, 33, 35, 36, 38, 40, 52, 54, 56, 60, 61, 62, 65, 68, 80]
# Delete all but the original 48x48 icon directories
for entry in os.listdir("."):