[Seek Help] 关于Deepin的QT主题
Tofloor
poster avatar
nexfia
deepin
2021-05-05 19:44
Author

使用pyinstaller进行打包后,就没有了Deepin的QT主题chameleon

要怎么在使用pyinstaller进行打包时将它打包进去呢?

打包前:

打包后:

 

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2021-05-05 19:58
#1

如果是在 Linux 上用的话,一般不需要 pyinstaller 打包吧

Reply View the author
nexfia
deepin
2021-05-05 20:06
#2
SamLukeYes

如果是在 Linux 上用的话,一般不需要 pyinstaller 打包吧

想打包成deb方便用

Reply View the author
SamLukeYes
deepin
2021-05-05 20:09
#3
nexfia

想打包成deb方便用

打包成 .deb 也不用 pyinstaller 啊,只有脚本没有库的话直接扔 /usr/bin 就好了,比较复杂的就按 pypi 的标准打包

Reply View the author
nexfia
deepin
2021-05-05 20:23
#4
SamLukeYes

打包成 .deb 也不用 pyinstaller 啊,只有脚本没有库的话直接扔 /usr/bin 就好了,比较复杂的就按 pypi 的标准打包

有参考的文章吗?想学习下。

是我思想太落后了

Reply View the author
SamLukeYes
deepin
2021-05-05 20:24
#5
nexfia

有参考的文章吗?想学习下。

是我思想太落后了

去看看 Debian 的文档吧,我只会打 Arch 包

Reply View the author
nexfia
deepin
2021-05-05 20:30
#6
SamLukeYes

去看看 Debian 的文档吧,我只会打 Arch 包

谢谢啦。不然一直这么打包得累死

Reply View the author