打包文档.txt 147 B

123
  1. pyi_makespec -F main.py 生成main.spec文件
  2. 将其中的binaries=[] 修改为binaries=[('tools','tools')]
  3. 之后在使用pyinstaller进行打包