User Tools

Site Tools


python:systray

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
python:systray [2023/01/30 13:16] Wulf Rajekpython: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)
 +</code>
 +
 +Create version file using:
 +<code>
 +pip install pyinstaller_versionfile
 +</code>
 +
 +<code>
 +import pyinstaller_versionfile
 +
 +pyinstaller_versionfile.create_versionfile(
 +    output_file="version.txt",
 +    version="1.2.3.4",
 +    company_name="My Imaginary Company",
 +    file_description="Simple App",
 +    internal_name="Simple App",
 +    legal_copyright="© My Imaginary Company. All rights reserved.",
 +    original_filename="SimpleApp.exe",
 +    product_name="Simple App"
 +)
 </code> </code>
  
python/systray.1675084572.txt.gz · Last modified: 2023/05/29 11:53 (external edit)