pyinstaller 2.0 - How to add descriptions for a windows exe file?

后端 未结 2 1992
暖寄归人
暖寄归人 2021-01-14 15:35

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

\"enter

2条回答
  •  难免孤独
    2021-01-14 16:05

    --version-file=versioninfo.txt

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

    Read the Manual "Capturing Version Data".

提交回复
热议问题