Skip to content

Commit

Permalink
Merge pull request #53 from Johann-PLW/main
Browse files Browse the repository at this point in the history
Update version number and spec files to build binaries
  • Loading branch information
Johann-PLW authored Dec 1, 2024
2 parents eb8d8d9 + 059cee7 commit 2129243
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 3 deletions.
Binary file added scripts/icon.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/version_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vleapp_version = '2.1.1'
vleapp_version = '2.1.2'

# Contributors List
# Format = [ Name, Blog-url, Twitter-handle, Github-url]
Expand Down
28 changes: 28 additions & 0 deletions vleapp-file_version_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2, 1, 2, 0),
prodvers=(2, 1, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'040904b0',
[StringStruct('CompanyName', 'Alexis Brignoni'),
StringStruct('FileDescription', 'VLEAPP CLI'),
StringStruct('FileVersion', '2.1.2'),
StringStruct('InternalName', 'VLEAPP'),
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'),
StringStruct('OriginalFilename', 'vleapp.exe'),
StringStruct('ProductName', 'VLEAPP'),
StringStruct('ProductVersion', '2.1.2')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
)
1 change: 1 addition & 0 deletions vleapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
version='vleapp-file_version_info.txt',
console=True )
28 changes: 28 additions & 0 deletions vleappGUI-file_version_info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2, 1, 2, 0),
prodvers=(2, 1, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'040904b0',
[StringStruct('CompanyName', 'Alexis Brignoni'),
StringStruct('FileDescription', 'VLEAPP GUI'),
StringStruct('FileVersion', '2.1.2'),
StringStruct('InternalName', 'VLEAPP'),
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'),
StringStruct('OriginalFilename', 'vleappGUI.exe'),
StringStruct('ProductName', 'VLEAPP'),
StringStruct('ProductVersion', '2.1.2')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
)
1 change: 1 addition & 0 deletions vleappGUI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ exe = EXE(pyz,
hide_console='hide-early',
disable_windowed_traceback=False,
upx_exclude=[],
version='vleapp-file_version_info.txt',
runtime_tmpdir=None )
4 changes: 2 additions & 2 deletions vleappGUI_macOS.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ coll = COLLECT(
app = BUNDLE(
coll,
name='vleappGUI.app',
icon=None,
icon='scripts/icon.icns',
bundle_identifier='4n6.brigs.VLEAPP',
version='2.1.1',
version='2.1.2',
)

0 comments on commit 2129243

Please sign in to comment.