Files
Serendipity 92619edcdb chore: 清理构建产物并更新.gitignore
删除旧的Nuitka构建目录和生成的二进制文件
将build_nuitka/添加到.gitignore中避免误提交
2026-02-10 16:42:29 +08:00

10 lines
609 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
本文件夹下的规则是所有规则的基础,所有规则都必须继承自本文件夹下的规则。
Python的环境为my_env"D:\ProgramData\anaconda3\envs\my_env\python.exe"
打包时使用 Nuitka 命令中添加了 --windows-icon-from-ico="ico\video_downloader.ico" 参数,确保生成的 .exe 文件带有指定的图标。
要手动补全所有缺失的 DLL,包括 tcl86t.dll , tk86t.dll 以及 Library\bin 下的所有基础库,解决 ImportError 和 ctypes 错误
最终使用打包 Inno Setup 将这个“修复版”的文件夹制作成了一个标准的 Windows 安装程序