Skip to content

Commit 7dcdfc3

Browse files
committed
Update spec files to build binaries for v2.0.2
1 parent fe425e6 commit 7dcdfc3

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

scripts/pyinstaller/ileapp-file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(2, 0, 1, 0),
4-
prodvers=(2, 0, 1, 0),
3+
filevers=(2, 0, 2, 0),
4+
prodvers=(2, 0, 2, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x40004,
@@ -16,12 +16,12 @@ VSVersionInfo(
1616
'040904b0',
1717
[StringStruct('CompanyName', 'Alexis Brignoni'),
1818
StringStruct('FileDescription', 'iLEAPP CLI'),
19-
StringStruct('FileVersion', '2.0.1'),
19+
StringStruct('FileVersion', '2.0.2'),
2020
StringStruct('InternalName', 'iLEAPP'),
2121
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'),
2222
StringStruct('OriginalFilename', 'ileapp.exe'),
2323
StringStruct('ProductName', 'iLEAPP'),
24-
StringStruct('ProductVersion', '2.0.1')])
24+
StringStruct('ProductVersion', '2.0.2')])
2525
]),
2626
VarFileInfo([VarStruct('Translation', [1033, 1200])])
2727
]

scripts/pyinstaller/ileapp.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ a = Analysis(['..\\..\\ileapp.py'],
1313
'Crypto.Cipher.AES',
1414
'lib2to3.refactor',
1515
'liblzfse',
16+
'mdplist',
1617
'mmh3',
1718
'nska_deserialize',
1819
'pandas',

scripts/pyinstaller/ileappGUI-file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(2, 0, 1, 0),
4-
prodvers=(2, 0, 1, 0),
3+
filevers=(2, 0, 2, 0),
4+
prodvers=(2, 0, 2, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x40004,
@@ -16,12 +16,12 @@ VSVersionInfo(
1616
'040904b0',
1717
[StringStruct('CompanyName', 'Alexis Brignoni'),
1818
StringStruct('FileDescription', 'iLEAPP GUI'),
19-
StringStruct('FileVersion', '2.0.1'),
19+
StringStruct('FileVersion', '2.0.2'),
2020
StringStruct('InternalName', 'iLEAPP'),
2121
StringStruct('LegalCopyright', 'Result of a collaborative effort in the DFIR community.'),
2222
StringStruct('OriginalFilename', 'ileappGUI.exe'),
2323
StringStruct('ProductName', 'iLEAPP'),
24-
StringStruct('ProductVersion', '2.0.1')])
24+
StringStruct('ProductVersion', '2.0.2')])
2525
]),
2626
VarFileInfo([VarStruct('Translation', [1033, 1200])])
2727
]

scripts/pyinstaller/ileappGUI.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ a = Analysis(['..\\..\\ileappGUI.py'],
1313
'Crypto.Cipher.AES',
1414
'lib2to3.refactor',
1515
'liblzfse',
16+
'mdplist',
1617
'mmh3',
1718
'nska_deserialize',
1819
'pandas',

scripts/pyinstaller/ileappGUI_macOS.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ a = Analysis(
1313
'Crypto.Cipher.AES',
1414
'lib2to3.refactor',
1515
'liblzfse',
16+
'mdplist',
1617
'mmh3',
1718
'nska_deserialize',
1819
'pandas',
@@ -59,5 +60,5 @@ app = BUNDLE(
5960
name='ileappGUI.app',
6061
icon='icon.icns',
6162
bundle_identifier='4n6.brigs.iLEAPP',
62-
version='2.0.1'
63+
version='2.0.2'
6364
)

scripts/pyinstaller/ileapp_macOS.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ a = Analysis(
1313
'Crypto.Cipher.AES',
1414
'lib2to3.refactor',
1515
'liblzfse',
16+
'mdplist',
1617
'mmh3',
1718
'nska_deserialize',
1819
'pandas',

scripts/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ileapp_version = '2.0.1'
2+
ileapp_version = '2.0.2'
33

44
# Contributors List
55
# Format = [ Name, Blog-url, Twitter-handle, Github-url]

0 commit comments

Comments
 (0)