From 52c6ff401f4cd51ed5b5fbe33395fdf55e61b6a3 Mon Sep 17 00:00:00 2001 From: berkaygediz <121058050+berkaygediz@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:07:21 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- file_version_info.txt | 44 +++++++++++++++++++++++++++++++++++++++++++ metadata.yml | 7 +++++++ 2 files changed, 51 insertions(+) create mode 100644 file_version_info.txt create mode 100644 metadata.yml diff --git a/file_version_info.txt b/file_version_info.txt new file mode 100644 index 0000000..bea8be8 --- /dev/null +++ b/file_version_info.txt @@ -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])]) + ] +) \ No newline at end of file diff --git a/metadata.yml b/metadata.yml new file mode 100644 index 0000000..3d5dba6 --- /dev/null +++ b/metadata.yml @@ -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