pyinstaller 2.0 - 如何为 windows exe 文件添加描述? [英] pyinstaller 2.0 - How to add descriptions for a windows exe file?

查看:38
本文介绍了pyinstaller 2.0 - 如何为 windows exe 文件添加描述?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将版本、版权、文件描述等描述添加到单个文件 (exe) 中

How can I add descriptions like version, copyright, file description etc. to a single file (exe)

python pyinstaller.py -F -w -i favicon.ico C:\Projekte\Eclipse\MyApp\app.pyw

推荐答案

--version-file=versioninfo.txt

--version-file=versioninfo.txt

示例:PATH_TO\PyInstaller-2.1\tests\basic\test_pkg_structures-version.txt

Example: PATH_TO\PyInstaller-2.1\tests\basic\test_pkg_structures-version.txt

阅读手册捕获版本数据".

Read the Manual "Capturing Version Data".

这篇关于pyinstaller 2.0 - 如何为 windows exe 文件添加描述?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆