Skip to content

Commit

Permalink
📝 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaygediz committed Aug 12, 2024
1 parent a69527b commit 52c6ff4
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
44 changes: 44 additions & 0 deletions file_version_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# UTF-8
#
# For more details about fixed file info 'ffi' see:
# http://msdn.microsoft.com/en-us/library/ms646997.aspx

VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0. Must always contain 4 elements.
filevers=(1,4,2024,08),
prodvers=(1,4,2024,08),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
flags=0x0,
# The operating system for which this file was designed.
# 0x4 - NT and there is no need to change it.
OS=0x40004,
# The general type of file.
# 0x1 - the file is an application.
fileType=0x1,
# The function of the file.
# 0x0 - the function is not defined for this fileType
subtype=0x0,
# Creation date and time stamp.
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'berkaygediz'),
StringStruct(u'FileDescription', u'A lightweight word processor.'),
StringStruct(u'FileVersion', u'1.4.2024.08'),
StringStruct(u'InternalName', u'RichSpan'),
StringStruct(u'LegalCopyright', u'2024 © berkaygediz. All rights reserved.'),
StringStruct(u'OriginalFilename', u'RichSpan.exe'),
StringStruct(u'ProductName', u'RichSpan'),
StringStruct(u'ProductVersion', u'1.4.2024.08')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)
7 changes: 7 additions & 0 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Version: 1.4.2024.08
CompanyName: berkaygediz
FileDescription: A lightweight word processor.
InternalName: RichSpan
LegalCopyright: 2024 © berkaygediz. All rights reserved.
OriginalFilename: RichSpan.exe
ProductName: RichSpan

0 comments on commit 52c6ff4

Please sign in to comment.