Administrator 2022-05-27 小工具 3174
py生成macOS的app或者dmg文件
上次解决了windows点击exe文件,打开指定网址。
但是mac下无法识别exe文件,于是在网上查到这篇文章。
https://www.bilibili.com/read/cv15994399 亲测可用。
其实过程中ico这个格式的图标,mac系统不认了,找个在线转换网址,把png转换成了icns格式,就成功了。
[1]将 PyQt5 应用程序打包成 macOS 应用程序 https://www.pythonguis.com/tutorials/packaging-pyqt5-Applications-pyinstaller-macos-dmg/
[2] 打包脚本: https://gist.github.com/HuangJiaLian/57ebb0a8ed8b73305f32c792dd43b834
[3] 缓步节拍器: https://github.com/HuangJiaLian/HuanBu_Metronome
[4] 节拍器制作教程: https://space.bilibili.com/390042436/channel/seriesdetail?sid=2166420
[5] Medium原文: https://medium.com/@jackhuang.wz/in-just-two-steps-you-can-turn-a-python-script-into-a-macos-Application-installer-6e21bce2ee71 作者:黄家梁 https://www.bilibili.com/read/cv15994399
上一篇:bat生成exe文件
下一篇:服务器代理后,域名跳转问题