[TOOLS] gen_baseaddress.py: Add '.ime' to ALL_EXTENSIONS (#6628)

We have dll/ime/msctfime for the DLL
file msctfime.ime.
JIRA issue: N/A
Add '.ime' to ALL_EXTENSIONS.
This commit is contained in:
Katayama Hirofumi MZ 2024-03-16 19:37:26 +09:00 committed by GitHub
parent 73d0d24d67
commit dc4992ce4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ except ImportError:
ALL_EXTENSIONS = (
'.dll', '.acm', '.ax', '.cpl', '.drv', '.ocx'
'.dll', '.acm', '.ax', '.cpl', '.drv', '.ocx', '.ime'
)
PRIORITIES = (