This commit is contained in:
恍兮惚兮 2024-06-25 03:44:03 +08:00
parent e27fda0f9c
commit 622670b2f9

View File

@ -146,6 +146,7 @@ copycheck(os.path.join(py37Path, f"python{pyversion2}.dll"), runtime)
copycheck(os.path.join(py37Path, "Dlls/sqlite3.dll"), runtime)
copycheck(os.path.join(py37Path, "Lib/encodings"), runtime)
copycheck(os.path.join(py37Path, "DLLs/libffi-7.dll"), runtime)
copycheck(rf"{downlevel}\ucrtbase.dll", runtime)