Add .gitignore, GitLab CI pipeline with test/lint/build/release stages, project documentation (README, LICENSE, CHANGELOG, CONTRIBUTING, SECURITY), PyInstaller packaging configuration with icon and version info, Python project configuration with dependencies, and complete application source including battery provider, device discovery, settings management, UI components, startup control, and comprehensive test suite
13 lines
766 B
Plaintext
13 lines
766 B
Plaintext
VSVersionInfo(
|
|
ffi=FixedFileInfo(filevers=(0, 1, 0, 0), prodvers=(0, 1, 0, 0),
|
|
mask=0x3f, flags=0x0, OS=0x40004, fileType=0x1, subtype=0x0, date=(0, 0)),
|
|
kids=[StringFileInfo([StringTable('040904B0', [
|
|
StringStruct('CompanyName', 'Logitech Battery Widget contributors'),
|
|
StringStruct('FileDescription', 'Offline Logitech battery status widget'),
|
|
StringStruct('FileVersion', '0.1.0'),
|
|
StringStruct('InternalName', 'LogitechBatteryWidget'),
|
|
StringStruct('LegalCopyright', 'Copyright (c) 2026 contributors'),
|
|
StringStruct('OriginalFilename', 'LogitechBatteryWidget.exe'),
|
|
StringStruct('ProductName', 'Logitech Battery Widget'),
|
|
StringStruct('ProductVersion', '0.1.0')])]), VarFileInfo([VarStruct('Translation', [1033, 1200])])])
|