File: frigcal-products/unzipped/build/build-app-exe/build3.0/_winver-maker.py

# use a tool installed with pip3 to create a gawdawful Windows version file
# run first to install if needed: pip3 install pyinstaller_versionfile
# just to set the version number in the exe, and just for Windows
# really - this feels like corporate dysfunction getting on you...
# though it's not clear why pyinstaller didn't simplify this either...

import pyinstaller_versionfile

pyinstaller_versionfile.create_versionfile(
    output_file='_winver.txt',
    version='3.0.0',
    company_name='quixotely.com',
    file_description='Frigcal: Private and Portable Calendar GUI',
    internal_name='Frigcal',
    legal_copyright='Copyright © 2024 quixotely.com. All rights reserved.',
    original_filename='Frigcal.exe',
    product_name='Frigcal',
    translations=[0, 1200]
)



[Home page] Books Code Blog Python Author Train Find ©M.Lutz