Skip to content

Commit

Permalink
new binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Jan 30, 2023
1 parent 3e025fc commit 021cc2e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ MANIFEST
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

exeVersionFile
Binary file modified bin/cat.exe
Binary file not shown.
28 changes: 28 additions & 0 deletions exeVersionFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 1, 0, 32),
prodvers=(0, 1, 0, 32),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u''),
StringStruct(u'FileDescription', u'OS Independent cat Command-line Tool made in Python.'),
StringStruct(u'FileVersion', u'0.1.0.32'),
StringStruct(u'InternalName', u'cat_win'),
StringStruct(u'LegalCopyright', u''),
StringStruct(u'OriginalFilename', u'cat.exe'),
StringStruct(u'ProductName', u'cat'),
StringStruct(u'ProductVersion', u'0.1.0.32')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)

0 comments on commit 021cc2e

Please sign in to comment.