64px only

This commit is contained in:
地震 2025-09-25 00:13:26 +00:00
parent 4ca602e346
commit 80ee80e3b3

View File

@ -44,7 +44,8 @@ def main():
# Find the icon file in the icons directory
# Look in mimetypes subdirectories first
source_path = None
for size_dir in ['16', '22', '32', '64']:
for size_dir in ['64']:
# for size_dir in ['16', '22', '32', '64']:
potential_path = icons_base / 'mimetypes' / size_dir / icon_file
if potential_path.exists():
source_path = potential_path
@ -78,4 +79,4 @@ def main():
print(f"Error creating symlink for {extension}: {e}")
if __name__ == '__main__':
main()
main()