Files
GOD-CWAK/build/version_info.txt
Dr Jones 05a32015db Add PyInstaller Windows release build system.
Frozen builds resolve paths correctly, stage portable onedir output, and zip releases for distribution.
2026-05-22 19:20:06 -07:00

37 lines
927 B
Plaintext

# UTF-8
#
# Windows version resource for GODCWAK.exe
#
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 0, 0, 0),
prodvers=(1, 0, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'040904B0',
[
StringStruct('CompanyName', 'GODCWAK'),
StringStruct('FileDescription', 'GODCWAK — GPU-accelerated recovery lab tool'),
StringStruct('FileVersion', '1.0.0.0'),
StringStruct('InternalName', 'GODCWAK'),
StringStruct('LegalCopyright', 'Copyright (c) 2026'),
StringStruct('OriginalFilename', 'GODCWAK.exe'),
StringStruct('ProductName', 'GODCWAK'),
StringStruct('ProductVersion', '1.0.0.0'),
],
)
]
),
VarFileInfo([VarStruct('Translation', [1033, 1200])]),
]
)