Skip to content

Commit

Permalink
Merge pull request #990 from Johann-PLW/main
Browse files Browse the repository at this point in the history
Update spec files to build binaries for v2.0.2
  • Loading branch information
Johann-PLW authored Dec 15, 2024
2 parents fe425e6 + 7dcdfc3 commit 15cb293
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions scripts/pyinstaller/ileapp-file_version_info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2, 0, 1, 0),
prodvers=(2, 0, 1, 0),
filevers=(2, 0, 2, 0),
prodvers=(2, 0, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Alexis Brignoni'),
StringStruct('FileDescription', 'iLEAPP CLI'),
StringStruct('FileVersion', '2.0.1'),
StringStruct('FileVersion', '2.0.2'),
StringStruct('InternalName', 'iLEAPP'),
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'),
StringStruct('OriginalFilename', 'ileapp.exe'),
StringStruct('ProductName', 'iLEAPP'),
StringStruct('ProductVersion', '2.0.1')])
StringStruct('ProductVersion', '2.0.2')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
1 change: 1 addition & 0 deletions scripts/pyinstaller/ileapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ a = Analysis(['..\\..\\ileapp.py'],
'Crypto.Cipher.AES',
'lib2to3.refactor',
'liblzfse',
'mdplist',
'mmh3',
'nska_deserialize',
'pandas',
Expand Down
8 changes: 4 additions & 4 deletions scripts/pyinstaller/ileappGUI-file_version_info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2, 0, 1, 0),
prodvers=(2, 0, 1, 0),
filevers=(2, 0, 2, 0),
prodvers=(2, 0, 2, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'Alexis Brignoni'),
StringStruct('FileDescription', 'iLEAPP GUI'),
StringStruct('FileVersion', '2.0.1'),
StringStruct('FileVersion', '2.0.2'),
StringStruct('InternalName', 'iLEAPP'),
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'),
StringStruct('OriginalFilename', 'ileappGUI.exe'),
StringStruct('ProductName', 'iLEAPP'),
StringStruct('ProductVersion', '2.0.1')])
StringStruct('ProductVersion', '2.0.2')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
1 change: 1 addition & 0 deletions scripts/pyinstaller/ileappGUI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ a = Analysis(['..\\..\\ileappGUI.py'],
'Crypto.Cipher.AES',
'lib2to3.refactor',
'liblzfse',
'mdplist',
'mmh3',
'nska_deserialize',
'pandas',
Expand Down
3 changes: 2 additions & 1 deletion scripts/pyinstaller/ileappGUI_macOS.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ a = Analysis(
'Crypto.Cipher.AES',
'lib2to3.refactor',
'liblzfse',
'mdplist',
'mmh3',
'nska_deserialize',
'pandas',
Expand Down Expand Up @@ -59,5 +60,5 @@ app = BUNDLE(
name='ileappGUI.app',
icon='icon.icns',
bundle_identifier='4n6.brigs.iLEAPP',
version='2.0.1'
version='2.0.2'
)
1 change: 1 addition & 0 deletions scripts/pyinstaller/ileapp_macOS.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ a = Analysis(
'Crypto.Cipher.AES',
'lib2to3.refactor',
'liblzfse',
'mdplist',
'mmh3',
'nska_deserialize',
'pandas',
Expand Down
2 changes: 1 addition & 1 deletion scripts/version_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ileapp_version = '2.0.1'
ileapp_version = '2.0.2'

# Contributors List
# Format = [ Name, Blog-url, Twitter-handle, Github-url]
Expand Down

0 comments on commit 15cb293

Please sign in to comment.