python:systray
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python:systray [2023/01/30 13:16] – Wulf Rajek | python:systray [2023/05/29 11:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 77: | Line 77: | ||
icon.run(run_call) | icon.run(run_call) | ||
+ | </ | ||
+ | |||
+ | Create version file using: | ||
+ | < | ||
+ | pip install pyinstaller_versionfile | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | import pyinstaller_versionfile | ||
+ | |||
+ | pyinstaller_versionfile.create_versionfile( | ||
+ | output_file=" | ||
+ | version=" | ||
+ | company_name=" | ||
+ | file_description=" | ||
+ | internal_name=" | ||
+ | legal_copyright=" | ||
+ | original_filename=" | ||
+ | product_name=" | ||
+ | ) | ||
</ | </ | ||
python/systray.1675084572.txt.gz · Last modified: 2023/05/29 11:53 (external edit)