# UTF-8
# PyInstaller Windows version resource. Giving the exe real metadata (product name,
# version, company) lowers SmartScreen/AV heuristic false-positives on unsigned builds.
# Keep filevers/prodvers in sync with APP_VERSION in server.py.
VSVersionInfo(
  ffi=FixedFileInfo(
    filevers=(1, 1, 1, 0),
    prodvers=(1, 1, 1, 0),
    mask=0x3f,
    flags=0x0,
    OS=0x40004,
    fileType=0x1,
    subtype=0x0,
    date=(0, 0)
  ),
  kids=[
    StringFileInfo([
      StringTable(
        '040904B0',
        [
          StringStruct('CompanyName', 'RCSA'),
          StringStruct('FileDescription', 'RCSA DRONE Firmware - drone light show firmware & calibration tool'),
          StringStruct('FileVersion', '1.1.1.0'),
          StringStruct('InternalName', 'RCSA_DRONE_Firmware'),
          StringStruct('LegalCopyright', 'Copyright RCSA'),
          StringStruct('OriginalFilename', 'RCSA_DRONE_Firmware.exe'),
          StringStruct('ProductName', 'RCSA DRONE Firmware'),
          StringStruct('ProductVersion', '1.1.1.0')
        ]
      )
    ]),
    VarFileInfo([VarStruct('Translation', [1033, 1200])])
  ]
)
