mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
.
This commit is contained in:
parent
8a6181861a
commit
d3383afb28
@ -236,6 +236,8 @@ for f in collect:
|
|||||||
_target = "kernel32.dll"
|
_target = "kernel32.dll"
|
||||||
elif _dll.lower().startswith("api-ms-win-crt"):
|
elif _dll.lower().startswith("api-ms-win-crt"):
|
||||||
_target = "ucrtbase.dll"
|
_target = "ucrtbase.dll"
|
||||||
|
else:
|
||||||
|
continue
|
||||||
_dll = _dll.encode()
|
_dll = _dll.encode()
|
||||||
_target = _target.encode()
|
_target = _target.encode()
|
||||||
# print(len(bs))
|
# print(len(bs))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user