Open BleethNie opened 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,是否还有其它优化空间
2.nuitka打包执行main.exe后有一个黑窗,参考文章 https://zhuanlan.zhihu.com/p/584899817 尝试了下去掉黑窗的办法
result = subprocess.run(git_cmd, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True,creationflags=subprocess.CREATE_NO_WINDOW)
我在其它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,是否还有其它优化空间
2.nuitka打包执行main.exe后有一个黑窗,参考文章 https://zhuanlan.zhihu.com/p/584899817 尝试了下去掉黑窗的办法