Add PyInstaller Windows release build system.

Frozen builds resolve paths correctly, stage portable onedir output, and zip releases for distribution.
This commit is contained in:
Dr Jones
2026-05-22 19:20:06 -07:00
parent bef3de1245
commit 05a32015db
10 changed files with 548 additions and 24 deletions

36
build/version_info.txt Normal file
View File

@@ -0,0 +1,36 @@
# 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])]),
]
)