GUI-应用程序打包与安装
条评论将python程序打包为应用程序。pyinstaller将程序代码打包为app,再使用create-dmg将app压缩为磁盘文件,可解压安装。
Mac图标生成方式
1 | !/bin/sh |
APP打包
拿labelImg举例:labelImg
1 | 默认图标 |
DMG打包
1 | npm install -g create-dmg |
打开打包好的dmg文件,将labelImg.app拖入/Applications目录内即可。
将python程序打包为应用程序。pyinstaller将程序代码打包为app,再使用create-dmg将app压缩为磁盘文件,可解压安装。
1 | !/bin/sh |
拿labelImg举例:labelImg
1 | 默认图标 |
1 | npm install -g create-dmg |
打开打包好的dmg文件,将labelImg.app拖入/Applications目录内即可。