zhuzichu520 / PySide6-FluentUI-QML

FluentUI for PySide6 and QML
251 stars 46 forks source link

该项目如何优化打包 #22

Open BleethNie opened 8 months ago

BleethNie commented 8 months ago

我在其它issue https://github.com/zhuzichu520/PySide6-FluentUI-QML/issues/12 https://github.com/zhuzichu520/PySide6-FluentUI-QML/issues/21 中看到使用nuitka进行打包,试了一下nuitka打包,有如下问题:

1.打包大小有300MB+,但是作者[Releases]处提供的包大小只有54M(使用PyInstaller可以减小体积吗) 直接删除掉打包后的qt6webenginecore.dll和opengl32sw.dll文件,体积减小到165M,是否还有其它优化空间 image

2.nuitka打包执行main.exe后有一个黑窗,参考文章 https://zhuanlan.zhihu.com/p/584899817 尝试了下去掉黑窗的办法