-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion_info.txt
More file actions
35 lines (34 loc) · 1.15 KB
/
Copy pathversion_info.txt
File metadata and controls
35 lines (34 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# UTF-8
#
# Used by PyInstaller to embed Windows version/file info into DuskRay.exe,
#
# Build with:
# pyinstaller --onefile --noconsole --clean --strip --name "DuskRay" --icon=duskray.ico --version-file=version_info.txt --exclude-module tkinter --exclude-module unittest --exclude-module pdb --exclude-module doctest --exclude-module test duskray.py
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 2, 1, 0),
prodvers=(1, 2, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Namira'),
StringStruct(u'FileDescription', u'DuskRay - Display Brightness & Warmth Control'),
StringStruct(u'FileVersion', u'1.2.1.0'),
StringStruct(u'InternalName', u'DuskRay'),
StringStruct(u'LegalCopyright', u'© 2026 Namira (MIT License)'),
StringStruct(u'OriginalFilename', u'DuskRay.exe'),
StringStruct(u'ProductName', u'DuskRay'),
StringStruct(u'ProductVersion', u'1.2.1.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)