mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-09 10:31:45 +02:00
add product version
This commit is contained in:
@@ -21,6 +21,7 @@ VSVersionInfo(
|
||||
StringStruct(u'LegalCopyright', u'AGPLv3'),
|
||||
StringStruct(u'OriginalFilename', u'koboldcpp.exe'),
|
||||
StringStruct(u'ProductName', u'koboldcpp'),
|
||||
StringStruct(u'ProductVersion', u'0.0.0.0'),
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
@@ -21,6 +21,7 @@ VSVersionInfo(
|
||||
StringStruct(u'LegalCopyright', u'AGPLv3'),
|
||||
StringStruct(u'OriginalFilename', u'koboldcpp.exe'),
|
||||
StringStruct(u'ProductName', u'koboldcpp'),
|
||||
StringStruct(u'ProductVersion', u'MYVER_MAJOR.MYVER_MINOR.0.0'),
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user