当前位置: 代码迷 >> 综合 >> python 打包EXE文件
  详细解决方案

python 打包EXE文件

热度:65   发布时间:2023-10-10 22:10:46.0
pyinstaller -F -w -i img.ico  main.py

 

  相关解决方案