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:
36
build/version_info.txt
Normal file
36
build/version_info.txt
Normal 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])]),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user