@@ -6,8 +6,8 @@ VSVersionInfo(
66 ffi=FixedFileInfo(
77 # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88 # Set not needed items to zero 0.
9- filevers=(1, 0, 2 , 0),
10- prodvers=(1, 0, 2 , 0),
9+ filevers=(1, 0, 0 , 0),
10+ prodvers=(1, 0, 0 , 0),
1111 # Contains a bitmask that specifies the valid bits 'flags'r
1212 mask=0x3f,
1313 # Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,14 +31,14 @@ VSVersionInfo(
3131 u'040904B0',
3232 [StringStruct(u'CompanyName', u'BrainDrive.ai'),
3333 StringStruct(u'FileDescription', u'BrainDrive Installer - Advanced AI Platform Installer'),
34- StringStruct(u'FileVersion', u'1.0.2 .0'),
34+ StringStruct(u'FileVersion', u'1.0.0 .0'),
3535 StringStruct(u'InternalName', u'BrainDriveInstaller'),
3636 StringStruct(u'LegalCopyright', u'Copyright © 2025 BrainDrive.ai. All rights reserved.'),
3737 StringStruct(u'OriginalFilename', u'BrainDriveInstaller-win-x64.exe'),
3838 StringStruct(u'ProductName', u'BrainDrive Installer'),
39- StringStruct(u'ProductVersion', u'1.0.2 .0'),
39+ StringStruct(u'ProductVersion', u'1.0.0 .0'),
4040 StringStruct(u'Comments', u'Cross-platform installer for BrainDrive AI platform with React frontend and FastAPI backend')])
4141 ]),
4242 VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343 ]
44- )
44+ )
0 commit comments