mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-07 07:39:13 +00:00
add product version
This commit is contained in:
parent
8192cd6747
commit
fd0eecd62d
2 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
]
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue