# UTF-8
# File version info cho auto_updater.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', 'NextIT'),
            StringStruct('FileDescription', 'NextIT SmartAuto Update Service'),
            StringStruct('FileVersion', '1.0.0.0'),
            StringStruct('InternalName', 'auto_updater'),
            StringStruct('LegalCopyright', '© 2026 NextIT. All rights reserved.'),
            StringStruct('OriginalFilename', 'auto_updater.exe'),
            StringStruct('ProductName', 'NextIT SmartAuto Auto Updater'),
            StringStruct('ProductVersion', '1.0.0.0'),
            StringStruct('Comments', 'Automatic application update service for NextIT SmartAuto')
          ]
        )
      ]
    ),
    VarFileInfo([VarStruct('Translation', [0x0409, 1200])])
  ]
)
